iOS项目中可能会用到的优秀三方库

1、网络请求库

      AFNetworking   https://github.com/AFNetworking/AFNetworking

2、键盘处理库,导入工程就可以

      [[IQKeyboardManager sharedManager] setEnable:YES]

      IQKeyboardManager https://github.com/hackiftekhar/IQKeyboardManager 

3、网络判断

      Reachability  https://github.com/tonymillion/Reachability

4、加载转圈视图

      SVProgressHUD  https://github.com/SVProgressHUD/SVProgressHUD

5、弹出提示语

      [CSToastManager setQueueEnabled:NO];//点击不重复出现

      Toast  https://github.com/scalessec/Toast 

6、cell自适应高度 

    FDTemplateLayoutCell  https://github.com/forkingdog/UITableView-FDTemplateLayoutCell

7、本地数据库

    MagicalRecord https://github.com/magicalpanda/MagicalRecord

8、带scrollerview的空视图

    DZNEmptyDataSet https://github.com/dzenbot/DZNEmptyDataSet

9、约束(个人不怎么常用)

    Masonry  https://github.com/SnapKit/Masonry

10、带scrollerview的刷新

    MJRefresh https://github.com/CoderMJLee/MJRefresh

未完待续。。。

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容