ios常见问题的开源解决方案整理
一、对AFNetworking的封装
1、https://github.com/boai/BANetManager
2、
二、基础类的扩展
三、图片浏览
TZImagePickerController
https://github.com/banchichen/TZImagePickerController
HXPhotoPicker
https://github.com/SilenceLove/HXPhotoPicker
ZLPhotoBrowser
https://github.com/longitachi/ZLPhotoBrowser
KSPhotoBrowser
http://skx926.com/2017/01/04/ksphotobrowser/
IDMPhotoBrowser
https://github.com/thiagoperes/IDMPhotoBrowser
MWPhotoBrowser
https://github.com/mwaterfall/MWPhotoBrowser
SKPhotoBrowser
https://github.com/suzuki-0000/SKPhotoBrowser
四、tabbarcontroller
CYLTabBarController
https://github.com/ChenYilong/CYLTabBarController
五、右滑返回
六、下拉刷新和翻页
七、图片列表排版
八、键盘的显示和隐藏问题
九、显示富文本
YYLabel、 MLLabel、TTTAttrubitedString
十、数据库持久化
十一、UI布局:Masonry、SDAutoLayout
十二、自动计算cell高度SDAutoLayout ForkingDogCell