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