摘要:
如果使用了Interface Builder 方式或nib,就不会调用initWithFrame方法,因为nib文件知道怎么初始化了,但可以使用initWithCoder这一个更深层的init方法来重新定义nib文件的各种属性- (id)initWithCoder:(NSCoder*)coder- ... 阅读全文
posted @ 2015-12-07 17:25
一斗才
阅读(226)
评论(0)
推荐(0)
摘要:
XAlignAn amazing Xcode plugin to align regular code. It can align anything by using custom alignment patterns.What's XAlignHere are some example align... 阅读全文
posted @ 2015-12-07 17:12
一斗才
阅读(704)
评论(0)
推荐(0)
摘要:
安装cocoapods1.移除ruby的源地址gem sources --remove https://rubygems.org/2.添加ruby的源地址gem sources -a https://ruby.taobao.org/// Xcode7推荐使用https协议了3.查看ruby的源地址g... 阅读全文
posted @ 2015-12-07 14:02
一斗才
阅读(325)
评论(0)
推荐(0)