最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

iOS中UILabel text兩邊對齊的實(shí)現(xiàn)代碼

 更新時(shí)間:2017年01月11日 15:45:43   作者:編織人生_程就未來  
本文通過一段實(shí)例代碼給大家介紹了ios中uilabel text兩邊對齊的實(shí)現(xiàn)方法,非常不錯(cuò),具有參考借鑒價(jià)值,需要的朋友參考下

廢話不多說了,直接給大家貼代碼了,具體代碼如下所示:

-(NSAttributedString *)setTextString:(NSString *)text
{  NSMutableAttributedString *mAbStr = [[NSMutableAttributedString alloc] initWithString:text];
  NSMutableParagraphStyle *npgStyle = [[NSMutableParagraphStyle alloc] init];
  npgStyle.alignment = NSTextAlignmentJustified;
  npgStyle.paragraphSpacing = 11.0;
  npgStyle.paragraphSpacingBefore = 10.0;
  npgStyle.firstLineHeadIndent = 0.0;
  npgStyle.headIndent = 0.0;
  NSDictionary *dic = @{
             NSForegroundColorAttributeName:[UIColor blackColor],
             NSFontAttributeName      :[UIFont systemFontOfSize:15.0],
             NSParagraphStyleAttributeName :npgStyle,
             NSUnderlineStyleAttributeName :[NSNumber numberWithInteger:NSUnderlineStyleNone]
             };
  [mAbStr setAttributes:dic range:NSMakeRange(0, mAbStr.length)];
  NSAttributedString *attrString = [mAbStr copy];
  return attrString;
}
NSString* const msg = @"6日,“幼兒園老師讓帶一條魚”的微博突然間就火了!占領(lǐng)朋友圈!征服全國網(wǎng)友.圖片甚至遭網(wǎng)友惡搞:水煮魚、生魚片都出來了。1月7日,記者在茫茫人海之中,歷經(jīng)千辛萬苦終于在浙江慈溪找到了這位被網(wǎng)友吐槽的“粗心”家長!來聽聽他的解釋吧";
self.lbView.attributedText = [self setTextString:msg];

以上所述是小編給大家介紹的iOS中UILabel text兩邊對齊的實(shí)現(xiàn)代碼,希望對大家有所幫助,如果大家有任何疑問請給我留言,小編會(huì)及時(shí)回復(fù)大家的。在此也非常感謝大家對腳本之家網(wǎng)站的支持!

相關(guān)文章

最新評論

银川市| 盐源县| 安国市| 黑水县| 日喀则市| 安阳市| 海丰县| 色达县| 贺州市| 宁南县| 古丈县| 林州市| 三江| 皋兰县| 邵东县| 南平市| 新安县| 盖州市| 兴海县| 金华市| 巴彦淖尔市| 北安市| 金阳县| 伊金霍洛旗| 方山县| 淮阳县| 师宗县| 武功县| 阿拉善盟| 红原县| 江川县| 天气| 宜城市| 营山县| 长顺县| 海晏县| 英超| 泾源县| 宁城县| 青铜峡市| 佛坪县|