iOS 常用第三方库整理

网络

Alamofire  Swift  网络请求类似OC的AFNetworking  https://github.com/Alamofire/Alamofire

Moya Swift  在Alamofire的基础上进行的二次封装  https://github.com/Moya/Moya

UI

HXNavigationController  Swift  仿微信导航栏实现  https://github.com/hxwxww/HXNavigationController

MBProgressHUD OC loading圈 https://github.com/jdg/MBProgressHUD

SnapKit  Swift  UI布局  https://github.com/SnapKit/SnapKit

JXPhotoBrowser Swift 图片浏览 https://github.com/JiongXing/PhotoBrowser

IQKeyboardManager   OC   解决键盘遮挡    https://github.com/hackiftekhar/IQKeyboardManager

MJRefresh  OC 下拉刷新    https://github.com/CoderMJLee/MJRefresh

PSRefresh   OC  左右刷新    https://github.com/PipeDog/PSRefresh

LYEmptyView     OC   空视图    https://github.com/dev-liyang/LYEmptyView

lottie-ios    Swift   lottie动画     https://github.com/airbnb/lottie-ios

ESTabBarController  Swift    tabbar二次封装   https://github.com/eggswift/ESTabBarController

YYText   OC  富文本   https://github.com/ibireme/YYText

JXSegmentedView   多分类切换滚动视图   https://github.com/pujiaxin33/JXSegmentedView

工具

WKWebViewJavascriptBridge Swift  与WKWebview的桥  https://github.com/Lision/WKWebViewJavascriptBridge

SDWebImage  OC  图片下载  https://github.com/SDWebImage/SDWebImage

SDWebImageWebPCoder   OC  webp格式图片     https://github.com/SDWebImage/SDWebImageWebPCoder

JWTDecode   Swift    解析token    https://github.com/auth0/JWTDecode.swift

DefaultsKit     Swift   UserDefaults封装     https://github.com/nmdias/DefaultsKit

KeychainSwiftAPI   Swift   钥匙串封装  https://github.com/deniskr/KeychainSwiftAPI     

Bugly  检测崩溃日志   https://github.com/BuglyDevTeam/Bugly-iOS

MTHawkeye    检测APP运行状态    https://github.com/meitu/MTHawkeye

HandyJSON/SwiftyJSON   json与mode 的转换

你可能感兴趣的:(IOS)