导语
废话不多说,直接开
Vim命令合集
http://www.cnblogs.com/softwaretesting/archive/2011/07/12/2104435.html常用库索引
http://www.cnblogs.com/Clin/p/3385064.html
http://ilikeido.iteye.com/blog/1338502
http://github.ibireme.com/github/list/ios/#
http://www.cnblogs.com/YouXianMing/tag/
http://www.cnblogs.com/ashamp/p/3976269.html
http://finalshares.com/read-7350?qq-87
http://blog.csdn.net/qq_26359763/article/details/51076499获取iPhone电池的状态和当前的电量
http://blog.csdn.net/mad2man/article/details/23337781截图压缩图片
http://blog.csdn.net/mad2man/article/details/17171085
http://www.henishuo.com/ios-image-compressed/SizeClasses
http://www.cocoachina.com/ios/20141020/9978.html美工常用软件
http://adobe.v404.cn/adobe/调试技巧
http://www.cnblogs.com/daiweilai/p/4421340.html#profile渐变
http://ios-animations-by-emails.com/posts/2015-july#tutorial创建Framework静态库
http://www.cocoachina.com/bbs/read.php?tid-282490.html基于 OpenCV 的人脸识别
http://objccn.io/issue-21-9/NSDate相关知识
http://edsioon.me/about-nsdate/优化TabelView
http://www.cocoachina.com/ios/20160115/15001.htmliOS证书申请、开发、打包、排查
http://superdanny.link/2015/09/24/iOS-about-certification-guide/UILabel设置
http://duchengjiu.iteye.com/blog/2041391实现 iOS App 在线安装(局域网OTA)
http://www.jianshu.com/p/0546968b2d91ios-class-guard混淆
http://elijahdou.github.io/blog/2015/07/08/ios-class-guard.html导出 ipa 包时 四个选项的意义
1.Save for iOS App Store Deployment
保存到本地 准备上传App Store 或者在越狱的iOS设备上使用
2.Save for Ad Hoc Deployment
保存到本地 准备在账号添加的可使用设备上使用(具体为在开发者账户下添加可用设备的udid),该app包是发布证书编译的(The app will be code signed with the distribution certificate.)
3.Save for Enterprise Deployment
这种主要针对企业级账户下 准备本地服务器分发的app
4.Save for Development Deployment
针对内部测试使用,主要给开发者的设备(具体也为在开发者账户下添加可用设备的udid)。该app包是开发证书编译的(The app will be code signed with your development certificate)