美文网首页
iOS项目中可能会用到的优秀三方库

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

作者: 梦影随风 | 来源:发表于2016-12-01 12:02 被阅读47次

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项目中可能会用到的优秀三方库

      本文链接:https://www.haomeiwen.com/subject/glexmttx.html