常用的三方框架

照片:
1. SDWebImage 图片的网络加载缓冲, 以及清除缓冲的图片,
git地址:https://github.com/rs/SDWebImage
2. MWPhotoBrowser 图片浏览器可显示手机图片或网络图可缓冲网络图片
git地址:https://github.com/mwaterfall/MWPhotoBrowser

网络请求:
1. AFNetworking 轻量、易用、使用者多
git地址:https://github.com/AFNetworking/AFNetworking
2. MKNetworkKit 这个没用过, 也有人使用(超轻量级框架使用单例共享队列)
git地址:https://github.com/MugunthKumar/MKNetworkKit

基础工具类:
1. SSToolkit 工具类, 平时不怎么使用, 因为还没到那个境界, 自己多练练比较好(提供各种编码、加密、字符串处理、自定义的控件等)
git地址:https://github.com/soffes/sstoolkit

数据储存:
1. FMDB SQLite语句的使用
git地址:https://github.com/ccgus/fmdb
2. MagicalRecord 用CoreData来储存(不了解)
git地址:https://github.com/magicalpanda/MagicalRecord

图像处理:
1. GPUImage 直播的美颜都是它的功能, 很强大
git地址:https://github.com/BradLarson/GPUImage

刷新数据:
1. MJRefresh 用的比较多, 修改也方便
git地址:https://github.com/CoderMJLee/MJRefresh
2. SVPullToRefresh 没用过哦
git地址:https://github.com/samvermette/SVPullToRefresh

代码布局:
1. Masonry 还是用的比较的多的,
git地址:https://github.com/SnapKit/Masonry
2. ADAutoLayout 一行代码搞定自动布局
git地址:https://github.com/gsdios/SDAutoLayout

弹出框:
1. SDCAlertView
git地址:https://github.com/sberrevoets/SDCAlertView

键盘调整:
1. TPKeyboardAvoiding
git地址:https://github.com/michaeltyson/TPKeyboardAvoiding
2. IQKeyboardManager
git地址:https://github.com/hackiftekhar/IQKeyboardManager

网络检查:
1. Reachability
git地址:https://github.com/tonymillion/Reachability

你可能感兴趣的:(常用的三方框架)