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