前言
自己從事iOS開發工作接近兩年左右的時間了,在自己工作之余,收集整理了一些優秀的三方開源框架,自己整理的這些三方開源庫涵蓋了iOS開發面很多方面的知識。非常感謝這些開源庫的作者們,正是因為這些庫,提高了我們的開發效率,同樣也是我們學習進步的源泉。現將這個整理工程文件分享出來,希望能給需要的朋友一些幫助,同時也自己也做下收集記錄。
Github:WBCollectOCThirdLib
Objective-C三方開源庫
表格側滑菜單
開源庫名 | 簡介 | 推薦指數 |
---|---|---|
MGSwipeTableCell | 類似系統側滑菜單 | ???????? |
SWTableViewCell | 類似系統側滑菜單 | ???????? |
ZJSwipeTableView | 類似系統側滑菜單 | ???????? |
表格高度緩存庫
開源庫名 | 簡介 | 推薦指數 |
---|---|---|
FDTemplateLayoutCell | AutoLayout自動布局高度緩存庫,提高滑動流暢性 | ?????????? |
HYBMasonryAutoCellHeight | cell高度緩存 | ???????? |
UITableViewDynamicLayoutCacheHeight | 高性能的自動計算采用 Autolayout 布局的 UITableViewCell 和 UITableViewHeaderFooterView 的高度,內部自動管理高度緩存 | ???????? |
表格刷新控件
開源庫名 | 簡介 | 推薦指數 |
---|---|---|
MJRefresh | 國內著名iOS刷新框架 | ?????????? |
KafkaRefresh | 豐富的iOS刷新樣式 | ???????? |
CBStoreHouseRefreshControl | Fully customizable pull-to-refresh control inspired by Storehouse iOS app | ???????? |
彈出菜單(類似微信彈出菜單)
開源庫名 | 簡介 | 推薦指數 |
---|---|---|
FTPopOverMenu | ???????? | |
kxmenu | ?????? | |
CMPopTipView | 一個泡泡風格的提示框開源控件, 繼承自UIView | ???????? |
PopMenuTableView | ?????? | |
FFPopup | 快速集成自定義彈出視圖,可配置常用彈出動畫樣式 | ???????? |
導航欄
開源庫名 | 簡介 | 推薦指數 |
---|---|---|
FDFullscreenPopGesture | 一個優秀的全屏側滑返回手勢庫 | ???????? |
KMNavigationBarTransition | ???????? | |
RTRootNavigationController | ???????? | |
WRNavigationBar | 導航欄漸變庫 | ???????? |
ScreenShotBack | 類似斗魚手勢返回景深效果 | ???????? |
TLYShyNavBar | ?????? | |
YPNavigationBarTransition | A custom UINavigationBar for smooth switching between various states, including bar style, bar tint color, background image, background alpha, bar hidden, title text attributes, tint color, shadow hidden... | ???????? |
HBDNavigationBar | ???????? |
動畫
開源庫名 | 簡介 | 推薦指數 |
---|---|---|
lottie-ios | ?????????? | |
pop | FaceBook開源動畫框架 | ?????????? |
LSAnimator | 優雅基礎動畫鏈式調用 | ???????? |
VCTransitionsLibrary | 多種轉場動畫集合庫 | ???????? |
UICountingLabel | 數字動畫 | ???????? |
分段控件
開源庫名 | 簡介 | 推薦指數 |
---|---|---|
HMSegmentedControl | ???????? | |
JXCategoryView | 騰訊新聞、今日頭條、QQ音樂、網易云音樂、京東、愛奇藝、騰訊視頻、淘寶、天貓、簡書、微博等所有主流APP分類切換滾動視圖 | ?????????? |
SGPagingView | QQ、淘寶、微博、騰訊、網易新聞、今日頭條等標題滾動視圖 | ???????? |
富文本編輯
開源庫名 | 簡介 | 推薦指數 |
---|---|---|
ZSSRichTextEditor | 富文本編輯器 | ???????? |
彈幕
開源庫名 | 簡介 | 推薦指數 |
---|---|---|
HJDanmakuDemo | 彈幕庫 | ?????? |
BarrageRenderer | 一個 iOS 上的彈幕渲染庫 | ???????? |
滾動視圖
開源庫名 | 簡介 | 推薦指數 |
---|---|---|
SwipeView | 封裝類似滾動視圖分頁 | ???????? |
滾動視圖懸浮效果
開源庫名 | 簡介 | 推薦指數 |
---|---|---|
HJTabViewController | ?????? | |
LTScrollView | ScrollView嵌套ScrolloView(UITableView 、UICollectionView)解決方案, 支持OC / Swift | ?????? |
GKPageScrollView | iOS類似微博、抖音、網易云等個人詳情頁滑動嵌套效果 | ?????? |
JXPagingView | 類似微博主頁、簡書主頁等效果。多頁面嵌套,既可以上下滑動,也可以左右滑動切換頁面。支持HeaderView懸浮、支持下拉刷新、上拉加載更多。 | ???????? |
SwipeTableView | 類似半糖、美麗說主頁與QQ音樂歌曲列表布局效果,實現不同菜單的左右滑動切換,同時支持類似tableview的頂部工具欄懸停 | ???????? |
紅點提示
開源庫名 | 簡介 | 推薦指數 |
---|---|---|
JSBadgeView | ?????? | |
WZLBadge | ???????? |
鍵盤
開源庫名 | 簡介 | 推薦指數 |
---|---|---|
IQKeyboardManager | 一個強大鍵盤管理庫,推薦項目集成使用 | ?????????? |
MMNumberKeyboard | ?????? | |
TPKeyboardAvoiding | 鍵盤處理庫 | ???????? |
TLKeyboard | 仿微信鍵盤封裝 | ???? |
界面布局
開源庫名 | 簡介 | 推薦指數 |
---|---|---|
FlexLib | ?????? | |
Masonry | iOS原生布局AutoLayout封裝 | ?????????? |
SDAutoLayout | ???????? | |
WHC_AutoLayoutKit | ?????? | |
MyLinearLayout | MyLayout是一套iOS界面視圖布局框架。MyLayout的內核是基于對UIView的layoutSubviews方法的重載以及對子視圖的bounds和center屬性的設置而實現的。MyLayout功能強大而且簡單易用,它集成了:iOS Autolayout和SizeClass、android的5大布局體系、HTML/CSS的浮動定位技術以及flex-box和bootstrap框架等市面上主流的平臺的界面布局功能,同時提供了一套非常簡單和完備的多屏幕尺寸適配的解決方案 | ?????????? |
Graver | Graver 是一款高效的 UI 渲染框架,它以更低的資源消耗來構建十分流暢的 UI 界面 | ???????? |
yoga | Yoga is a cross-platform layout engine which implements Flexbox. | ???????? |
進度指示器
開源庫名 | 簡介 | 推薦指數 |
---|---|---|
DACircularProgress | ?????? | |
SDProgressView | ?????? |
KVO
開源庫名 | 簡介 | 推薦指數 |
---|---|---|
KVOController | ???????? |
控制器切換
開源庫名 | 簡介 | 推薦指數 |
---|---|---|
DWQListOfDifferentOrderStatus | ?? | |
HYPageView | ?? | |
SGPagingView | ???????? | |
WMPageController | ???????? | |
VTMagic | VTMagic is a page container library for iOS. | ???????? |
ZJScrollPageView | ?????? |
數據存儲
開源庫名 | 簡介 | 推薦指數 |
---|---|---|
fmdb | A Cocoa / Objective-C wrapper around SQLite | ?????????? |
BGFMDB | ???????? | |
JKDBModel | ???????? | |
JRDB | ?????? | |
LKDBHelper-SQLite-ORM | ?????? | |
MMKV | An efficient, small mobile key-value storage framework developed by WeChat. Works on iOS, Android, macOS and Windows. | ?????????? |
realm-cocoa | Realm is a mobile database: a replacement for Core Data & SQLite | ???????? |
數據轉模型
開源庫名 | 簡介 | 推薦指數 |
---|---|---|
MJExtension | ???????? | |
YYModel | ???????? | |
Mantle | ???????? | |
jsonmodel | ???????? | |
GDataXML-HTML | ?????? |
搜索
開源庫名 | 簡介 | 推薦指數 |
---|---|---|
PYSearch | ???????? |
提示框架
開源庫名 | 簡介 | 推薦指數 |
---|---|---|
MBProgressHUD | ???????? | |
SVProgressHUD | ???????? | |
JGProgressHUD | ???????? | |
KSToastView | ?????? | |
MMPopupView | ?????? | |
SCLAlertView | ???????? | |
Toast | ???????? | |
JXTAlertManager | ???????? | |
SPAlertController | 提醒對話框,風格和微信原生幾乎零誤差 | ???????? |
FTIndicator | A light wight UI package contains local notification, progress HUD, toast, with blur effect, elegant API and themes support. | ?????? |
圖表繪制
開源庫名 | 簡介 | 推薦指數 |
---|---|---|
AAChartKit | ?????? | |
JHChart | ?????? | |
ZFChart | ?????? | |
DVPieChart | ???? | |
DVLineChart | ???? | |
AxcDrawPath_Tool | AxcAEKit系列拆分出來的一個貝塞爾曲線繪制工具,以科技風為主,動畫為輔 | ?????? |
圖片緩存框架
開源庫名 | 簡介 | 推薦指數 |
---|---|---|
SDWebImage | ?????????? | |
FLAnimatedImage | ?????????? | |
iOS-WebP | ?????? | |
YYWebImage | ?????????? | |
XHWebImageAutoSize | ?????? |
圖片瀏覽
開源庫名 | 簡介 | 推薦指數 |
---|---|---|
MWPhotoBrowser | ???????? | |
PYPhotoBrowser | ???????? | |
SDPhotoBrowser | ?????? | |
STPhotoBrowser | ?????? | |
KSPhotoBrowser | ?????? | |
GKPhotoBrowser | ???????? | |
YBImageBrowser | iOS image browser / iOS 圖片瀏覽器 (支持視頻) | ???????? |
圖片、文字輪播
開源庫名 | 簡介 | 推薦指數 |
---|---|---|
SDCycleScrollView | ???????? | |
HYBLoopScrollView | ?????? | |
TXScrollLabelView | ???????? | |
DDGBannerScrollView | 1、無限圖片輪播功能 2、每個圖片的相對偏移量,方便開發者自己封裝東西 3、pageControl的幾個動畫,(旋轉,跳躍等慢慢會增加) | ?????? |
SGAdvertScrollView | ?????? | |
PSCarouselView | A drop-in carousel view. Most of Apps put it in their first screen | ?????? |
RollingNotice | 淘寶、口碑、京東、美團、天貓等等一切滾動廣告 Roll | ???????? |
TYCyclePagerView | a simple and usefull cycle pager view ,and auto scroll banner view(輪播圖) ,include pageControl for iOS,support Objective-C and swift | ???????? |
圖片拾取
開源庫名 | 簡介 | 推薦指數 |
---|---|---|
TZImagePickerController | ???????? | |
CTAssetsPickerController | ?????? | |
DNImagePicker | ?????? | |
HXWeiboPhotoPicker | ???? |
全景圖展示
開源庫名 | 簡介 | 推薦指數 |
---|---|---|
HelloPanoramaGL | ?????? | |
gvr-ios-sdk | Google VR SDK for iOS | ???????? |
MD360Player4iOS | It is a lite library to render 360 degree panorama video for iOS. VR Player. | ???????? |
網絡請求
開源庫名 | 簡介 | 推薦指數 |
---|---|---|
AFNetworking | ?????????? | |
YTKNetwork | ???????? | |
PPNetworkHelper | ???????? | |
HYBNetworking | ?????? | |
SJNetwork | ?????? | |
YBNetwork | 基于 AFNetworking 網絡中間層,注重性能,設計簡潔,易于拓展 | ?????? |
網絡狀態監測
開源庫名 | 簡介 | 推薦指數 |
---|---|---|
Reachability | 網絡狀態監測 | ???????? |
文件下載
開源庫名 | 簡介 | 推薦指數 |
---|---|---|
TWRDownloadManager | ?????? | |
ZFDownload | ?????? |
Carousel效果
開源庫名 | 簡介 | 推薦指數 |
---|---|---|
iCarousel | ?????????? | |
NewPagedFlowView | ?????? | |
HJCarouselDemo | ?????? | |
TXCarouselView | 仿新浪新聞首頁重力卡片式輪播 | ???? |
音視頻
開源庫名 | 簡介 | 推薦指數 |
---|---|---|
ijkplayer | ?????????? | |
ZFPlayer | ???????? | |
WMPlayer | ???????? | |
TBPlayer | ?????? | |
TTAVPlayer | ???? | |
SJVideoPlayer | Video Player. Support cocoapods & Generate GIF & Export & Localization & Play in View(UIView | ???????? |
JPVideoPlayer | Automatic play video & cache video data in UITableView like Weibo and Douyin. | ?????? |
占位圖
開源庫名 | 簡介 | 推薦指數 |
---|---|---|
DZNEmptyDataSet | ?????????? | |
LYEmptyView | ???????? | |
Somo | Somo is a iOS Skeleton-style animation library that's simple enough,and in objective-c | ?????? |
TABAnimated | ???????? |
C語言擴展庫
開源庫名 | 簡介 | 推薦指數 |
---|---|---|
libextobjc | ???????? |
Socket編程
開源庫名 | 簡介 | 推薦指數 |
---|---|---|
CocoaAsyncSocket | ???????? | |
SocketRocket | ???????? | |
socket.io | ???????? | |
MQTTKit | ?????? |
內存泄露檢測工具
開源庫名 | 簡介 | 推薦指數 |
---|---|---|
MLeaksFinder | ???????? | |
FBRetainCycleDetector | ???????? |
YYKit
開源庫名 | 簡介 | 推薦指數 |
---|---|---|
YYKit | A collection of iOS components. | ?????????? |
LOG工具
開源庫名 | 簡介 | 推薦指數 |
---|---|---|
CocoaLumberjack | ?????????? |
輸入框占位符
開源庫名 | 簡介 | 推薦指數 |
---|---|---|
UITextView-Placeholder | 一個實用的設置UITextView占位文字分類 | ???????? |
RPFloatingPlaceholders | ???????? | |
SZTextView | ?????? |
分類
開源庫名 | 簡介 | 推薦指數 |
---|---|---|
JKCategories | ???????? |
圖像處理
開源庫名 | 簡介 | 推薦指數 |
---|---|---|
GPUImage | ?????????? | |
TOCropViewController | A view controller for iOS that allows users to crop portions of UIImage objects | ???????? |
iOS開發知識集合
開源庫名 | 簡介 | 推薦指數 |
---|---|---|
iOS-Tips | ???????? | |
iOS-InterviewQuestion-collection | ???????? |
安全防護
開源庫名 | 簡介 | 推薦指數 |
---|---|---|
LSSafeProtector | 強大的防止crash框架,不改變原代碼支持KVO自釋放,可以檢測到dealloc時未釋放的kvo,等19種crash | ?????? |
JJException | 常用crash防護框架,配置簡便,推薦集成使用 | ???????? |
XXShield | It's a library can avoid some crash in iOS project written by Objective-C | ???????? |
NSObjectSafe | Swizzle commonly used function of Foundation container to prevent nil crash | ?????? |
表單
開源庫名 | 簡介 | 推薦指數 |
---|---|---|
XLForm | ???????? |
富文本相關
開源庫名 | 簡介 | 推薦指數 |
---|---|---|
SJAttributesFactory | ?????? |
截屏
開源庫名 | 簡介 | 推薦指數 |
---|---|---|
TYSnapshotScroll | 一句代碼保存截圖,將 UIScrollView UITableView UICollectionView UIWebView WKWebView 網頁 保存 為 長圖 查看 | ???????? |
界面動態化方案
開源庫名 | 簡介 | 推薦指數 |
---|---|---|
Tangram-iOS | Tangram is a modular UI solution for building native page dynamically, including Tangram for Android, Tangram for iOS and even backend CMS. This project provides the sdk on iOS platform. | ?????? |
LazyScrollView | An iOS ScrollView to resolve the problem of reusability in views. | ?????? |
框架搭建
開源庫名 | 簡介 | 推薦指數 |
---|---|---|
AxcAE_TabBar | AxcAE_TabBar,特效TabBar,以開放為封裝核心的TabBar組件,盡量將屬性、API等參數全部開放給使用者,能夠很方便快速使用的一個TabBar選項卡組件 | ?????? |
CYLTabBarController | 【中國特色 TabBar】一行代碼實現 Lottie 動畫TabBar,支持中間帶+號的TabBar樣式,自帶紅點角標,支持動態刷新。 | ?????????? |
瀑布流
開源庫名 | 簡介 | 推薦指數 |
---|---|---|
TTGTagCollectionView | 標簽流顯示控件,同時支持文字或自定義View | ?????? |
IGListKit | A data-driven UICollectionView framework for building fast and flexible lists. | ?????????? |
BMLongPressDragCellCollectionView | ?? 讓你輕松實現類似支付寶的拖拽重排功能, 支持各種自定義操作。 | ???????? |
啟動屏
開源庫名 | 簡介 | 推薦指數 |
---|---|---|
LSLaunchAD | 一行代碼實現啟動廣告頁 | ???? |
XHLaunchAd | 開屏廣告、啟動廣告解決方案-支持靜態/動態圖片廣告,mp4視頻廣告,全屏/半屏廣告、兼容iPhone/iPad. | ?????????? |
LBLaunchImageAd | iOS開發輕量級啟動廣告,動態獲取網絡啟動圖片,具有漸變的啟動動畫,支持半屏和全屏,類似百度ssp廣告和廣點通的廣告。支持廣告點擊等,集成非常的方便 | ???????? |
篩選
開源庫名 | 簡介 | 推薦指數 |
---|---|---|
GHDropMenu | 仿京東/美團電商篩選菜單 電商篩選菜單 電商通用篩選菜單 | ?????? |
數據加密解密
開源庫名 | 簡介 | 推薦指數 |
---|---|---|
MJCodeObfuscation | 一個用于代碼混淆和字符串加密的Mac小Demo | ?????? |
CocoaSecurity | Encrypt/Decrypt: AES. Hash: MD5, SHA(SHA1, SHA224, SHA256, SHA384, SHA512). Encode/Decode: Base64, Hex. | ?????? |
Encryptions | 多種加密解密 | ?????? |
索引&分組
開源庫名 | 簡介 | 推薦指數 |
---|---|---|
SCIndexView | SCIndexView provide a index view like Wechat | ?????? |
網頁進度條
開源庫名 | 簡介 | 推薦指數 |
---|---|---|
AXWebViewController | AXWebViewController is a webViewController to browse web content inside applications. It’s a lightweight controller on iOS platform based on WKWebView (UIWebView would be the base Kit under iOS 8.0). | ?????? |
RxWebViewController | ???????? |
響應式編程
開源庫名 | 簡介 | 推薦指數 |
---|---|---|
ReactiveObjC | The 2.x ReactiveCocoa Objective-C API: Streams of values over time | ?????????? |
EasyReact | EasyReact 是一個簡單易用的響應式編程庫 | ???????? |
協程編程
開源庫名 | 簡介 | 推薦指數 |
---|---|---|
coobjc | coobjc provides coroutine support for Objective-C and Swift. We added await method、generator and actor model like C#、Javascript and Kotlin. For convenience, we added coroutine categories for some Foundation and UIKit API in cokit framework like NSFileManager, JSON, NSData, UIImage etc. We also add tuple support in coobjc. | ???????? |
PromiseKit | Promises simplify asynchronous programming, freeing you up to focus on the more important things. | ?????????? |
學習框架推薦
開源庫名 | 簡介 | 推薦指數 |
---|---|---|
TLChat | 高仿微信 | ?????? |
VVeboTableViewDemo | VVebo剝離的TableView繪制 | ???????? |
iOSProject | iOS project of collected some demos for iOS App, use Objective-C | ???????? |
高仿微信
開源庫名 | 簡介 | 推薦指數 |
---|---|---|
CTMediator | The mediator with no regist process to split your iOS Project into multiple project. | ???????? |
JLRoutes | URL routing library for iOS with a simple block-based API | ???????? |
MGJRouter | 一個高效/靈活的 iOS URL Router | ???????? |
Hook
開源庫名 | 簡介 | 推薦指數 |
---|---|---|
Aspects | Delightful, simple library for aspect oriented programming in Objective-C and Swift | ???????? |
fishhook | A library that enables dynamically rebinding symbols in Mach-O binaries running on iOS. | ???????? |
TrampolineHook | A solution for centralized method redirection | ???????? |
Stinger | Stinger is a high-efficiency library with great compatibility, for aop in Objective-C, using libffi instead of Objective-C message forwarding. | ???????? |
QMUI
開源庫名 | 簡介 | 推薦指數 |
---|---|---|
QMUI_iOS | QMUI iOS——致力于提高項目 UI 開發效率的解決方案 | ???????? |
Web網頁H5
開源庫名 | 簡介 | 推薦指數 |
---|---|---|
VasSonic | VasSonic is a lightweight and high-performance Hybrid framework developed by tencent VAS team, which is intended to speed up the first screen of websites working on Android and iOS platform. | ???????? |
WebViewJavascriptBridge | An iOS/OSX bridge for sending messages between Obj-C and JavaScript in UIWebViews/WebViews | ???????? |
貝塞爾曲線
開源庫名 | 簡介 | 推薦指數 |
---|---|---|
UberSignature | Provides an iOS view controller allowing a user to draw their signature with their finger in a realistic style. | ?????? |
工具
開源庫名 | 簡介 | 推薦指數 |
---|---|---|
WHC_DataModelFactory | Mac上iOS開發輔助工具,快速把json/xml數據轉換生成對應模型類屬性,省去麻煩手動創建,提高開發效率 | ???????? |
iOS-getClientInfo | ????iOS中獲取各種設備信息??的方法總結(iPhone XS Max 已更新) | ???????? |
結語
上面這些三方開源庫按照自己的理解分類整理了一遍,其中OC語言庫居多,自己現在也是基于OC開發,Swift收集的相對較少,這些庫也是自己現在所了解到的,當然還有很多優秀的三方庫自己也未發現和接觸,我以后會不斷在這篇博客中更新優秀的三方開源庫。