iOS常用第三方框架
- 自動布局框架
Masonry // Objective-C https://github.com/SnapKit/Masonry
MyLayout // Objective-C https://github.com/youngsoft/MyLinearLayout
Snapkit // Swift https://github.com/SnapKit/SnapKit
TangramKit // Swift https://github.com/youngsoft/TangramKit
- 網(wǎng)絡層請求數(shù)據(jù)框架
AFNetworking // Objective-C https://github.com/AFNetworking/AFNetworking
Alamofire // Swift https://github.com/Alamofire/Alamofire
Moya // Swift 基于Alamofire二次封裝 https://github.com/Moya/Moya
- 判斷網(wǎng)絡有無的框架
Reachability // Objective-C https://github.com/tonymillion/Reachability
- 解析數(shù)據(jù)框架
YYModel // Objective-C https://github.com/ibireme/YYModel
HandyJSON // Swift https://github.com/alibaba/HandyJSON
- 處理Json數(shù)據(jù)框架
SwiftyJSON // Swift https://github.com/SwiftyJSON/SwiftyJSON
- 數(shù)據(jù)存儲框架
FMDB // Objective-C https://github.com/ccgus/fmdb
- 路由框架
JLRoutes // Objective-C https://github.com/joeldev/JLRoutes
HHRouter // Objective-C https://github.com/lightory/HHRouter
URLNavigator // Swift https://github.com/devxoul/URLNavigator
- scrollView tableView 沒有數(shù)據(jù)占位符框架
DZNEmptyDataSet // Objective-C https://github.com/dzenbot/DZNEmptyDataSet
EmptyDataSet-Swift // Swift https://github.com/Xiaoye220/EmptyDataSet-Swift
- tableViewCell左右側滑手勢框架
MCSwipeTableViewCell // Objective-C https://github.com/alikaragoz/MCSwipeTableViewCell
- 輸入鍵盤框架
IQKeyboardManager // Objective-C https://github.com/hackiftekhar/IQKeyboardManager
IQKeyboardManagerSwift // Swift https://github.com/acegg/IQKeyboardManagerSwift
- 加載框框架
MBProgressHUD // Objective-C 自定義customview方便 https://github.com/jdg/MBProgressHUD
SVProgressHUD // Objective-C https://github.com/SVProgressHUD/SVProgressHUD
- 上拉刷新和下拉加載
MJRefresh // Objective-C https://github.com/CoderMJLee/MJRefresh
- 引導頁框架
EAIntroView // Objective-C https://github.com/ealeksandrov/EAIntroView
Onboard // Objective-C https://github.com/mamaral/Onboard
- 輪播圖
SDCycleScrollView // Objective-C https://github.com/gsdios/SDCycleScrollView
- 圓點分頁控制
SMPageControl // Objective-C https://github.com/Spaceman-Labs/SMPageControl
- 異步加載圖片
SDWebImage // Objective https://github.com/SDWebImage/SDWebImage
Kingfisher // Swift https://github.com/onevcat/Kingfisher
- 原生和H5頁面交互
WebViewJavascriptBridge // Objective-C https://github.com/marcuswestin/WebViewJavascriptBridge
- 浮層頁面彈出框架
STPopup // Objective-C https://github.com/kevin0571/STPopup
- 富文本框架
YYText // Objective-C https://github.com/ibireme/YYText
- 相冊框架
SKPhotoBrowser // Swift https://github.com/suzuki-0000/SKPhotoBrowser
- 控制線程的執(zhí)行循序
Bolts-Objc // Objective-C https://github.com/BoltsFramework/Bolts-ObjC
Bolots-Swift // Swift https://github.com/BoltsFramework/Bolts-Swift
- 各種點擊事件Block框架
BlocksKit // Objective https://github.com/BlocksKit/BlocksKit
- 通訊錄信息
APAddressBook // Objective-C https://github.com/Alterplay/APAddressBook
- 定位信息
INTULocationManager // Objective-C https://github.com/intuit/LocationManager
- 解壓zip包框架
ZipArchive // Objective-C https://github.com/ZipArchive/ZipArchive
- 時間轉(zhuǎn)換
Timepiece // Swift https://github.com/naoty/Timepiece
- 奔潰信息收集
Bugly // https://github.com/BuglyDevTeam/Bugly-iOS
- 平滑過渡導航欄
KMNavigationBarTransition // Objective-C https://github.com/MoZhouqi/KMNavigationBarTransition
YPNavigationBarTransition // Objective-C https://github.com/yiplee/YPNavigationBarTransition
- Swift 開發(fā)技巧
SwiftTips // Swift https://github.com/JohnSundell/SwiftTips
- 開發(fā)工具性能檢查內(nèi)存泄漏等工具框架
DoraemonKit // https://github.com/didi/DoraemonKit