09 2016 档案

Masonry小结
摘要:一,容易混淆的问题 1.make.left.equal(xxx)的参数若为某个控件,则默认为以该控件的 left 为基准对照. 2.宽度/高度可以使用常亮值, left/right/top/bottom/centerY/centerX 也可以用,但是代表的是相对位置. 3.设置边距 1 [self. 阅读全文

posted @ 2016-09-30 11:38 活最好的自己 阅读(283) 评论(0) 推荐(0) 编辑

xcode8插件无法使用
摘要:一,xcode8无法使用插件的问题 创建新的XcodeSigner代码证书,并执行"sudo codesign -f -s XcodeSigner /Applications/Xcode.app"命令即可. 参考http://www.jianshu.com/p/5023677d2a44. 二,不错的 阅读全文

posted @ 2016-09-29 18:15 活最好的自己 阅读(1231) 评论(0) 推荐(0) 编辑

NSMutableAttributedString常用代码
摘要:NSTextAttachment *attachment = [[NSTextAttachment alloc] init]; attachment.image = [UIImage imageNamed:@"mine_chat_popview_jinyan_icon"]; attachment.b 阅读全文

posted @ 2016-09-29 11:21 活最好的自己 阅读(176) 评论(0) 推荐(0) 编辑

单例的常用写法
摘要:#define single_interface(class) + (class *)shared##class; #define single_implementation(class) \ static class *_instance; \ \ + (class *)shared##class 阅读全文

posted @ 2016-09-22 10:32 活最好的自己 阅读(153) 评论(0) 推荐(0) 编辑

Xcode8 更新后的坑及常见错误
摘要:1.Xcode更新后,command + / 注释整行代码不起作用了,可以终端运行sudo /usr/libexec/xpccachectl,并重启电脑.重要的事情说三遍,千万不要忘记重启电脑哈,千万不要因为省事懒得重启电脑哈. 可以参考http://blog.csdn.net/jnbbwyth/a 阅读全文

posted @ 2016-09-19 16:25 活最好的自己 阅读(21671) 评论(0) 推荐(0) 编辑

导航