1. AFNetworking
地址:https://github.com/AFNetworking/AFNetworking
作用:用于网络请求
2. Reachability
地址:https://github.com/tonymillion/Reachability
作用:检测网络连接
3. MJRefresh
地址:https://github.com/CoderMJLee/MJRefresh
作用:一句话完成各种效果的下拉刷新
4. MBProgressHUD
地址:https://github.com/jdg/MBProgressHUD
作用:网络加载提示效果,俗称“菊花控件”
5. SVProgressHUD
地址:https://github.com/SVProgressHUD/SVProgressHUD
作用:SVProgressHUD和MBProgressHUD效果差不多,不过不需要使用协议,同时也不需要声明实例,直接通过类方法进行调用即可
6. SDWebImage
地址:https://github.com/rs/SDWebImage
作用:用于异步下载网络上的图片,并支持对图片的缓存
7. FMDB
地址:https://github.com/ccgus/fmdb
作用:对数据库进行操作,也可以使用CoreData
8. Masonry
地址:https://github.com/SnapKit/Masonry
作用:AutoLayout扩展工具,自动布局
9. ASIHTTPRequest
地址:https://github.com/pokeb/asi-http-request
用于网络请求,已停止更新,推荐AFNetWorking
未完待续....