1。详释(常见UITextView 输入之字数限制)之一---固定长度
链接地址:http://blog.csdn.net/fengsh998/article/details/45421107
2.Cocoapods安装步骤
链接地址:http://www.cnblogs.com/jys509/p/4839803.html
3.xcode7、iOS9 设置启动图片(Launch Image)
链接地址:http://www.ithao123.cn/content-10460891.html
4.iOS利用runtime给分类扩展属性 链接地址:http://www.jianshu.com/p/427beae02bb4
5.ios10的各种适配问题 链接地址:http://www.2cto.com/kf/201609/549213.html
6.ios打包静态库,看这篇就够了 链接地址:http://www.jianshu.com/p/13bf46df9387
合并模拟器和真计库:http://www.jianshu.com/p/e590f041c5f6
如下:
# lipo -create 静态库存放路径1 静态库存放路径2 ... -output 整合后存放的路径
lipo -create libname-armv7.a libname-armv7s.a libname-i386.a -output libname.a
framework 合并(例util.framework)
lipo -create arm7/util.framework/util i386/util.framework/util -output util.framework
7.iOS开发多线程篇—GCD的常见用法 链接地址:http://www.cnblogs.com/wendingding/p/3807716.html
8.苹果证书无效 链接地址:http://blog.csdn.net/y_zhangpengwei/article/details/50887863
9.支付宝集成流程 链接地址:http://blog.csdn.net/zzzzzdddddxxxxx/article/details/51539284
10.不规则标签 链接地址:http://blog.csdn.net/duoduo_333/article/details/47024551
11.http://www.cnblogs.com/soulDn/p/5884485.html
12.动画集合 http://www.open-open.com/lib/view/open1472564715676.html
13.ios开发所使用到的框架集合 http://www.jianshu.com/p/8879c35b1d34
14.afn介绍 http://www.jianshu.com/p/519611e875cd
15.开发中常用知识链接 http://mobile.51cto.com/ios-413703.htm
16.mjrefresh使用 http://www.jianshu.com/p/e1a40f46aed7