标哥博客:http://www.henishuo.com
1.swift 资料 http://special.csdncms.youkuaiyun.com/the-swift-programming-language-in-chinese/index.shtml
2.http://www.jianshu.com/p/1975411a31bb //图片多张选择
3.http://www.cocoachina.com/ios/20160121/14988.html
http://www.jianshu.com/p/21427de18077?utm_campaign=hugo&utm_medium=reader_share&utm_content=note&utm_source=qq//重要库
4.https://developer.apple.com/contact/app-store/?topic=expedite //苹果加急审核链接
5.http://www.it165.net/pro/html/201410/24804.html //CocoaPods安装教程 http://blog.youkuaiyun.com/qq_30281999/article/details/51005941
6.项目快速搭建
http://www.open-open.com/lib/view/open1442452217837.html
7.开源第三方库推荐:http://www.52codes.net/article/465.html
8.面试题:http://zhangmingwei.iteye.com/blog/1748431
9.textfield 自定义属性 http://blog.sina.com.cn/s/blog_916e0cff0102v4k6.html
10.关于使用UIWebView加载HTTPS站点:http://blog.sina.com.cn/s/blog_9d4a523e0101emf7.html
11.swift 开源项目 https://github.com/thinkloki/swift-open-project
12.AFNetworking3.0封装 http://www.henishuo.com/base-on-afnetworking3-0-wrapper/
13.cocoaChina http://www.cocoachina.com/ios/20160129/15174.html
14.Objective-C与JavaScript交互
http://www.cocoachina.com/ios/20160127/15105.html
15.这个资源不错:http://blog.youkuaiyun.com/jijiji000111/article/details/47971879
16. swift类似CocoaChina 的网站 :http://www.swift51.com/openSource.htm
17.最新版SDWebImage的使用缓存 http://www.cnblogs.com/6duxz/p/4159572.html
18.性能优化 http://www.henishuo.com/ios-instrucments-optimize/
19.使用TestFlight进行Beta测试 http://www.cocoachina.com/ios/20141022/10009.html
http://www.cocoachina.com/ios/20141229/10724.html
20.仿微信朋友圈 https://github.com/banchichen/TZImagePickerController
21.证书过期 http://www.jianshu.com/p/cda1790ea317
22.整理常用的iOS第三方资源 http://finalshares.com/read-7220?qq-8
23.内存管理 http://www.cocoachina.com/ios/20160222/15333.html
24.iOS开发 UITableView cell展开收缩
http://jingyan.baidu.com/article/4dc40848a320dfc8d946f1b1.html
25.类似微信朋友圈Masonry 布局 滑动流畅
https://github.com/zhengwenming/WeChat
26.iOS添加事件到系统日历
http://www.cnblogs.com/xiaobaichangan/p/5160025.html
(不定时更新)
27 .类似微信右上角菜单
http://www.cocoachina.com/ios/20150605/12049.html
28.快速集成分享:https://github.com/xumeng/XMShareModule
29.生成.p12 文件 http://www.cnblogs.com/yipu/p/3617851.html
30.断点技巧 http://www.jianshu.com/p/432985f57b54
31.极验验证码https://github.com/GeeTeam/gtapp-ios-oc
32.http://www.woowen.com/swift/2014/12/12/ios8设置Launch Image 启动图片/
33.关于 iOS 10 中 ATS 的问题 https://onevcat.com/2016/06/ios-10-ats/
34.通讯录、蓝牙、内购、GameCenter、iCloud、Passbook功能开发汇总http://www.open-open.com/lib/view/open1462084565184.html
35.跳转动画:http://www.cnblogs.com/fangwenkai/p/5516698.html
36.面试题 :http://www.open-open.com/lib/view/open1490684559607.html
37.推送: http://www.jianshu.com/p/f5337e8f336d
38.声网音视频会议:https://www.agora.io/cn/
39.很强大的链接:http://mp.weixin.qq.com/s/dlmTtIUhe0amOGys153spQ
40.iOS开发- 文件共享(利用iTunes导入文件, 并且显示已有文件):https://www.2cto.com/kf/201406/307319.html
41.JPVideoPlayer 3.0 使用介绍
http://www.cocoachina.com/ios/20180416/23023.html
42.IOS 之扫描银行卡号DEMO https://blog.youkuaiyun.com/IOSWEB/article/details/51803922 (git地址:https://github.com/paypal/PayPal-iOS-SDK)
43.手动FMDB加密问题:https://blog.youkuaiyun.com/u010731949/article/details/78180850?locationNum=5&fps=1
44.crash日志收集 https://blog.youkuaiyun.com/yutianlong9306/article/details/52046402
45.【链接】iOS-发布状态界面github开源
https://blog.youkuaiyun.com/qxuewei/article/details/51178372#comments
46.js与WKWebView 交互
https://github.com/maying1992/WKWebview-MessageHandler
47.sqlite3 简单使用 https://www.cnblogs.com/110-913-1025/p/7125293.html