SwiftThirdLibs 吏上最全Swift常用第三方开源库整理 库名 库名 链接 描述 网络 Alamofire https://github.com/Alamofire/Alamofire 网络 Moya https://github.com/Moya/Moya 与Alamofire是绝配 UI布局 SnapKit https://github.com/SnapKit/SnapKit UI加载 MBProgressHUD https://github.com/jdg/MBProgressHUD UI下拉 MJRefresh https://github.com/CoderMJLee/MJRefresh 图片加载 Kingfisher https://github.com/onevcat/Kingfisher 存在切换本地网络加载图片慢的问题 图片加载 SDWebImage https://github.com/SDWebImage/SDWebImage 推荐,OC库但优于Kingfisher 图文混排 YYKit https://github.com/ibireme/YYText YYText、YYCategories、YYModel 键盘 IQKeyboardManagerSwift https://github.com/hackiftekhar/IQKeyboardManager 存储 KeychainSwift https://github.com/evgenyneu/keychain-swift 存储 Defaults https://github.com/sindresorhus/Defaults 存储 KTVHTTPCache 数据库 WCDB.swift https://github.com/Tencent/wcdb.swift 数据库 realm-swift https://github.com/realm/realm-swift.git IM类型App不推荐,插入大量数据会报存储空间不足(硬盘空间暴涨)问题 支付内购 InAppPurchase 设备 DeviceKit https://github.com/devicekit/DeviceKit 轮播 SDCycleScrollView https://github.com/coderZS/SDCycleScrollView 轮播视图 JXSegmentedView https://github.com/pujiaxin33/JXSegmentedView 轮播视图 JXPagingView/Paging https://github.com/pujiaxin33/JXSegmentedView 轮播文本 MarqueeLabel https://github.com/cbpowell/MarqueeLabel.git 权限 PermissionsKit https://github.com/ethanhuang13/PermissionsKit 播放mp4 BDAlphaPlayer 内存泄漏检测 MLeaksFinder https://github.com/Zepo/MLeaksFinder 无代码嵌入pod配置:configurations => ['DEBUG'],Swift工程集成需配置https://help.aliyun.com/document_detail/448230.html 动画 lottie-ios https://github.com/airbnb/lottie-ios 动画 APNGKit https://github.com/onevcat/APNGKit.git 加密 CryptoSwift https://github.com/krzyzanowskim/CryptoSwift Zip SSZipArchive https://github.com/ZipArchive/ZipArchive 路由 TheRouterSwift https://github.com/HuolalaTech/hll-wp-therouter-ios.git 闪退crash Bugly 奇气泡 AMPopTip https://github.com/andreamazz/AMPopTip 空列表占位 HGPlaceholders https://github.com/HamzaGhazouani/HGPlaceholders UI验证码框 CRBoxInputView https://github.com/CRAnimation/CRBoxInputView.git 相册选择 TZImagePickerController https://github.com/banchichen/TZImagePickerController.git 支持照片、视频、裁剪选中图片 卡片滑动 YCCardView https://github.com/Rycccccccc/YCCardView.git 卡片滑动 CollectionViewPagingLayout https://github.com/amirdew/CollectionViewPagingLayout.git 拓展分类 SwifterSwift https://github.com/SwifterSwift/SwifterSwift.git MVVM RxSwift https://github.com/ReactiveX/RxSwift.git MVVM RxCocoa MVVM NSObject+Rx MVVM RxRelay 长连接 SocketRocket https://github.com/RxSwiftCommunity/NSObject-Rx.git debug FLEX https://github.com/FLEXTool/FLEX.git debug CocoaDebug https://github.com/CocoaDebug/CocoaDebug.git 语法糖 Then https://github.com/freshOS/Then.git 如果你也有好用的第三方库也可以提个issuse哦 如果喜欢给个Star吧