iOS 可能用到的三方框架

1.MWPhotoBrowser 第三方图片浏览器

https://github.com/mwaterfall/MWPhotoBrowser

2.SlackTextViewController  强大的iOS文字输入解决方案

https://github.com/slackhq/SlackTextViewController

3.DZNEmptyDataSet  空白数据集显示框架

https://github.com/dzenbot/DZNEmptyDataSet

4.Reachability  检测2G、3G、4G网络

https://github.com/tonymillion/Reachability

5.MMDrawerController 抽屉效果

https://github.com/mutualmobile/MMDrawerController

6.MDRadialProgress  强大的进度图绘制框架

https://github.com/mdinacci/MDRadialProgress

7.MagicalRecord 缓存数据

http://www.jianshu.com/p/07cd30f2d1e1

8.FDFullscreenPopGesture 全屏手势返回

https://github.com/forkingdog/FDFullscreenPopGesture

9.EGOCache 磁盘存储方式存储

http://www.jianshu.com/p/8d721e5a09ff

10.EAIntroView  欢迎界面的第三方库,在软件打开时候的,软件欢迎介绍图片;

EARestrictedScrollView   与EAIntroView 配套的 第三方库;
11.DOPDropDownMenu 添加双列表下弹选择框
原文地址:https://www.cnblogs.com/GJ-ios/p/7127678.html