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
- 网络层请求数据框架
AFNetworking // Objective-C https://github.com/AFNetworking/AFNetworking
Alamofire // Swift https://github.com/Alamofire/Alamofire
Moya // Swift 基于Alamofire二次封装 https://github.com/Moya/Moya
- 判断网络有无的框架
Reachability // Objective-C https://github.com/tonymillion/Reachability
- 解析数据框架
YYModel // Objective-C https://github.com/ibireme/YYModel
HandyJSON // Swift https://github.com/alibaba/HandyJSON
- 处理Json数据框架
SwiftyJSON // Swift https://github.com/SwiftyJSON/SwiftyJSON
- 数据存储框架
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 没有数据占位符框架
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
- 控制线程的执行循序
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
- 时间转换
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 开发技巧
SwiftTips // Swift https://github.com/JohnSundell/SwiftTips
- 开发工具性能检查内存泄漏等工具框架
DoraemonKit // https://github.com/didi/DoraemonKit
网友评论