2016年2月22日

iOS全局头文件引用报一些系统库出错

摘要: #ifdef __OBJC__ #import "UIButton+Block.h" #endif // 加入这两句在中间引入头文件 阅读全文

posted @ 2016-02-22 18:08 XHShare 阅读(154) 评论(0) 推荐(0) 编辑

ld: 6 duplicate symbols for architecture x86_64

摘要: 文件引入冲突,删除多余文件 阅读全文

posted @ 2016-02-22 16:32 XHShare 阅读(683) 评论(0) 推荐(0) 编辑

UILabel设置字体不同颜色

摘要: 1 self.title = @"For iOS 6 & later"; 2 NSMutableAttributedString *str = [[NSMutableAttributedString alloc] initWithString:@"Using NSAttributed String" 阅读全文

posted @ 2016-02-22 16:14 XHShare 阅读(281) 评论(0) 推荐(0) 编辑

导航