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

未完待续。。。

你可能感兴趣的:(iOS项目中可能会用到的优秀三方库)