摘要:
iTerm cd 根目录下面 find . "(" -name "*.m" -or -name "*.mm" -or -name "*.cpp" -or -name "*.h" -or -name "*.rss" ")" -print | xargs wc -l 阅读全文
只有注册用户登录后才能阅读该文。 阅读全文
摘要:
参考 http://www.jianshu.com/p/72aec7e38ef0 感谢 VV木公子 另外 targets ——》build settings --》other linker flags 清空一下 阅读全文
摘要:
转载 : http://www.jianshu.com/p/3e1b4e2d06c6今天在一个iOS培训网站上看到一篇关于第三方库不包含bitcode就会报错的文章,感觉剖析得很详细,分享出来,希望可以对iOS初入门者有所帮助。下面我们就一起来看看吧。用Xcode 7 beta 3在真机(iOS 8... 阅读全文
摘要:
//当前vc是否支持转屏-(BOOL)shouldAutorotate{ return YES;}//支持哪些转屏-(NSUInteger)supportedInterfaceOrientations{ return UIInterfaceOrientationMaskPortrait;}//当... 阅读全文
摘要:
1.安装$sudogeminstallcocoapods$podsetup//出现问题 install 没反应$gemsources--removehttps://rubygems.org///等有反应之后再敲入以下命令$gemsources-ahttp://ruby.taobao.org///验证... 阅读全文