iOS常用的三方类库(附github地址)

1、AFNetworking网络请求
https://github.com/AFNetworking/AFNetworking

2、SDWebImage 图片加载
https://github.com/rs/SDWebImage

3、YYKit 一组庞大、功能丰富的 iOS 组件。
https://github.com/ibireme/YYKit

4、BlurImageProcessor模糊效果,不会卡死线程
https://github.com/danielalves/BlurImageProcessor

5、DZNEmptyDataSet 数据为空时默认显示(Facebook等都在用)
https://github.com/dzenbot/DZNEmptyDataSet

6、IQKeyboardManager 几句话解决键盘遮挡问题
https://github.com/hackiftekhar/IQKeyboardManager

7、JGProgressHUD弹出像安卓一样的Toast
https://github.com/JonasGessner/JGProgressHUD

8、MBProgressHUD最常用的HUD
https://github.com/jdg/MBProgressHUD

9、Masonry object-c自动布局工具
https://github.com/SnapKit/Masonry

10、SnapKit swift版本自动布局工具
https://github.com/SnapKit/SnapKit

11、PLeakSniffer内存泄漏检测工具
https://github.com/music4kid/PLeakSniffer

12、ReactiveCocoa函数式编程和响应式编程
https://github.com/ReactiveCocoa/ReactiveCocoa

13、MSWeakTimer是NSTimer的替代品,最基本的特点是它不会 retain target 以及支持GCD queues,线程安全。
https://github.com/mindsnacks/MSWeakTimer

14、LGAlertView自己封装的弹框,模仿的系统非常像!
https://github.com/Friend-LGA/LGAlertView

15、TZImagePickerController非常强大的图片选择框架
https://github.com/banchichen/TZImagePickerController

16、SVProgressHUD类方法的HUD,快捷方便
https://github.com/SVProgressHUD/SVProgressHUD

17、HZPhotoBrowser图片浏览器仿新浪微博
https://github.com/chennyhuang/HZPhotoBrowser

18、RKDropdownAlert像滴滴打车APP收到通知时顶部弹框
https://github.com/cwRichardKim/RKDropdownAlert

19、UIDynamicDemo像摩拜单车小球弹性碰撞的效果
https://github.com/LeeYouth/UIDynamicDemo

20、DateTools强大的日期管理工具
https://github.com/MatthewYork/DateTools

你可能感兴趣的:(iOS常用的三方类库(附github地址))