摘要: NSMutableAttributedString *str = [[NSMutableAttributedString alloc] initWithString:@"Using NSAttributed String"]; //颜色-范围 [str addAttribute:NSForegr... 阅读全文
posted @ 2015-08-25 16:49 lisen_李森 阅读(483) 评论(0) 推荐(0) 编辑
摘要: 最近搞数据展示,需要将数字展示为用千分号分割的字符串,让我好找呀,结果还是被我找到了。在iOS中我们可以通过NSDateFormatter来设置输出NSDate的格式。相比NSDateFormatter的大名鼎 鼎,NSNumberFormatter好像知道的人就不多了。其实通过NSNumberFo... 阅读全文
posted @ 2015-08-25 15:40 lisen_李森 阅读(2404) 评论(0) 推荐(0) 编辑