12 2015 档案

摘要:xcode配置文件中,Architectures表示的意义 Architecture : 指你想支持的指令集。 Valid architectures : 指即将编译的指令集,你预设的设备中可能用到的指令集。 Build Active Architecture Only : 只是否只编译当前适用的指 阅读全文
posted @ 2015-12-10 17:38 滴水微澜 阅读(253) 评论(0) 推荐(1) 编辑
摘要:判断字符串中是否包含Emoji表情代码: + (BOOL)stringContainsEmoji:(NSString *)string { __block BOOL returnValue = NO; [string enumerateSubstringsInRange:NSMakeRange(0, 阅读全文
posted @ 2015-12-08 16:16 滴水微澜 阅读(3572) 评论(0) 推荐(2) 编辑
摘要:UILable 标题加粗代码: 加粗; [UILabel setFont:[UIFont fontWithName:@"Helvetica-Bold" size:18]]; 加粗并且倾斜 [UILabel setFont:[UIFont fontWithName:@"Helvetica-BoldOb 阅读全文
posted @ 2015-12-05 17:22 滴水微澜 阅读(232) 评论(0) 推荐(2) 编辑

点击右上角即可分享
微信分享提示