08 2016 档案
OC NSString 基本操作(用到补充持续更新)
摘要:1.将字符串拆分成数组 阅读全文
posted @ 2016-08-25 11:10 孩子多了不好养 阅读(137) 评论(0) 推荐(0)
UILabel多种字体
摘要:UILabel *label = [[UILabel alloc] init]; label.text = @"UILabel多种字体"; UIFont *font = [UIFont systemFontOfSize:14]; UIColor *color = [UIColor redColor]; NSRange range = NSMake... 阅读全文
posted @ 2016-08-24 18:30 孩子多了不好养