照片:
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