整理一些常用技术的博客链接,持续更新。

1.     cell的自适应 : http://my.oschina.net/bankofchina/blog/330660?fromerr=9odmzlhT   

2.     MJ在GitHub上的上拉下拉刷新 : https://github.com/CoderMJLee/MJRefresh  

3.     iOS APP上线流程 : http://www.cnblogs.com/qiutong/p/5033119.html

4.    UI中的七种手势 :http://www.cnblogs.com/yunji5566/p/5022058.html     http://www.jianshu.com/p/2e08dcc28cc9

5.    Masonry介绍与使用实践:快速上手Autolayout  : http://www.cocoachina.com/ios/20141219/10702.html

6.   一个开源的项目:http://git.oschina.net/oschina/iphone-app(需要使用pod)

7.   MAC上使用的破解工具  http://www.macapp.so/

8.   获取UITableView每行中不同的UITextField输入的内容  http://blog.sina.com.cn/s/blog_9ca91e4a0100xlvu.html

9. 纯代码创建UICollectionView步骤以及简单使用    http://www.jianshu.com/p/16c9d466f88c

10.  UITextField详解          http://www.cnblogs.com/zy1987/p/3196226.html

11. 浏览图片   https://github.com/MSS0306/MSSBrowse

12. 日历控件   https://github.com/MSS0306/MSSCalendar

13. block的使用  http://www.jianshu.com/p/0f0272df8285

14.  设置文本的属性NSAttributdString       http://www.jianshu.com/p/03a741246737

15. 学习ruby  http://www.yangzhiping.com/tech/happy-ruby-day02-first-ruby.html 
                    https://ruby-china.org/wiki/install_ruby_guide

16. button 上文字图片的上下或者左右排列,https://github.com/Phelthas/Demo_ButtonImageTitleEdgeInsets

17. UISearchBar属性相关    http://blog.sina.com.cn/s/blog_7b9d64af0101dfg8.html

18. @iOS程序犭袁  hithub地址  https://github.com/ChenYilong 

19. UITextField详解   http://www.cnblogs.com/zy1987/p/3196226.html

20.  SVProgressHUD, https://github.com/TransitApp/SVProgressHUD

21. FMDB的github地址     https://github.com/ccgus/fmdb

22. 上线的程序通过热修复更改bug  https://github.com/bang590/JSPatch

22.  3D Touch http://www.jianshu.com/p/3443a3b27b2d

23. iOS 蓝牙工具封装     https://github.com/JustKeepRunning/Animations

24. 不错的技术网站   https://itbilu.com/

原文地址:https://www.cnblogs.com/weipeng168/p/5220378.html