iOS 区间设置字符串

NSString*moneyStr =[NSStringstringWithFormat:@"余额¥ %.2lf",moneyValue];              

NSMutableAttributedString*attributedStr =[[NSMutableAttributedStringalloc]initWithString

:moneyStr];

 [attributedStr  addAttribute:NSFontAttributeNamevalue:[UIFontfontWithName:@"Helvetica-Bold"size:16.0]range:NSMakeRange(0,3

)];

  [attributedStr   addAttribute:NSFontAttributeNamevalue:[UIFontfontWithName:@"Helvetica-Bold"size:20.0]range:NSMakeRange(3,1

)];    

[attributedStr addAttribute:NSFontAttributeNamevalue:[UIFontfontWithName:@"Helvetica-Bold"size:50.0]range:NSMakeRange(5,moneyStr.length-5

)];

 moneyLable.attributedText=attributedStr;

©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容

  • NSString*moneyStr =[NSStringstringWithFormat:@"余额¥ %.2lf"...
    花蕊1235阅读 400评论 0 0
  • 一、关于AttributedString 在iOS开发过程中系统简单的封装工具已经不够我们使用,为了更好的开发,苹...
    iceMaple阅读 7,028评论 2 31
  • 转载:http://blog.csdn.net/u010330109/article/details/518821...
    F麦子阅读 4,209评论 0 3
  • 生活中总有一些东西无孔不入,以各种奇怪的方式出现在你的面前,躲之不及。书也不例外。有些书傲立在畅销书排行榜榜首,时...
    檐下灰阅读 405评论 0 1
  • 我走在朦朦小雨里,脚步踏着青石。我想我愿意一直这样走。 我在路边徘徊,雨是略些大了。继续走下去,还是转身去提报刊的...
    被窝里的文字阅读 148评论 0 3