加速iOS開(kāi)發(fā)的28個(gè)第三方庫(kù)
AFNetworking is a delightful networking library for iOS and Mac OS X
類似庫(kù)有 Alamofire
2: AsyncDisplayKit - 異步加載UISmooth asynchronous user interfaces for iOS apps
類似庫(kù)有 Componentkit
3: Aspects - RuntimeDelightful, simple library for aspect oriented programming
4: Charts - 圖表繪制Beautiful charts for iOS/tvOS/OSX!
類似庫(kù)有 PNChart
5: CocoaAsyncSocket - SocketAsynchronous socket networking library for Mac and iOS
6: CocoaLumberjack - LoggerA fast & simple, yet powerful & flexible logging framework for Mac and iOS
7: DZNEmptyDataSet - 空列表UIA drop-in UITableView/UICollectionView superclass category for showing empty datasets whenever the view has no content to display
The easiest way to automate building and releasing your iOS and Android apps
雖然官方說(shuō)也支持Android, 但是現(xiàn)在只有iOS支持較好
9: FMDB - 數(shù)據(jù)庫(kù)A Cocoa / Objective-C wrapper around SQLite
10: FSCalendar - 日歷A superiorly awesome iOS7+ calendar control, compatible with both Objective-C and Swift
類似庫(kù)有 PDTSimpleCalendar
11: JazzHands - 引導(dǎo)頁(yè)A simple keyframe-based animation framework for UIKit. Perfect for scrolling app intros
類似庫(kù)有 EAIntroView
12: Kiwi - 單元測(cè)試Simple BDD for iOS
類似庫(kù)有 specta , Quick
13: Masonry - Autolayout封裝Harness the power of AutoLayout NSLayoutConstraints with a simplified, chainable and expressive syntax. Supports iOS and OSX Auto Layout
類似庫(kù)有 PureLayout , SnapKit
14: MGSwipeTableCell - 側(cè)滑CellAn easy to use UITableViewCell subclass that allows to display swippable buttons with a variety of transitions
類似庫(kù)有 SWTableViewCell
15: MLeaksFinder - 內(nèi)存泄漏Find memory leaks in your iOS app at develop time
類似庫(kù)有 HeapInspector-for-iOS
16: MJExtension - JSON<->ModelA fast, convenient and nonintrusive conversion between JSON and model. Your model class don’t need to extend another base class. You don’t need to modify any model file
類似庫(kù)有 YYModel , Mantle
17: MJRefresh - 下拉刷新An easy way to use pull-to-refresh
類似庫(kù)有 CBStoreHouseRefreshControl , Pull-to-Refresh.Rentals-iOS
18: PermissionScope - 權(quán)限UIIntelligent iOS permissions UI and unified API
An extensible iOS and OS X animation library, useful for physics-based interactions
類似庫(kù)有 Canvas , Spring
20: ReactiveCocoa - 響應(yīng)式編程Streams of values over time
類似庫(kù)有 RxSwift
21: Realm-Cocoa - 替代數(shù)據(jù)庫(kù)Realm is a mobile database: a replacement for Core Data & SQLite
類似庫(kù)有 MagicalRecord
22: SDWebImage - 異步加載圖片Asynchronous image downloader with cache support as a UIImageView category
更多參考 iOS開(kāi)發(fā) 之 SDWebImage源碼分析
23: SocketRocket - WebSocketA conforming Objective-C WebSocket client library
24: SVProgressHUD - 進(jìn)度提示A clean and lightweight progress HUD for your iOS and tvOS app
類似庫(kù)有 MBProgressHUD
25: SVWebViewController - WebViewController封裝A drop-in inline browser for your iOS app
26: TPKeyboardAvoiding - 彈出鍵盤A drop-in universal solution for moving text fields out of the way of the keyboard in iOS
類似庫(kù)有 IQKeyboardManager
27: TTTAttributedLabel - 圖文混排A drop-in replacement for UILabel that supports attributes, data detectors, links, and more
類似庫(kù)有 YYText
28: YYKit - YY工具集A collection of iOS components
It’s so huge that I split it into several independent components:
YYModel — High performance model framework for iOS
YYCache — High performance cache framework for iOS
YYImage — Image framework for iOS to display/encode/decode animated WebP, APNG, GIF
YYWebImage — Asynchronous image loading framework
YYText — Powerful rich text component for iOS
YYKeyboardManager — Access keyboard view and track keyboard animation
YYDispatchQueuePool — iOS utility class to manage global dispatch queue
YYAsyncLayer — iOS utility classes for asynchronous rendering and display
YYCategories — A set of useful categories for Foundation and UIKit.
來(lái)自:http://yl33643.github.io/2016/10/12/2016-10-12-ios-library/
相關(guān)文章:
1. CSS3中Transition屬性詳解以及示例分享2. ASP基礎(chǔ)入門第八篇(ASP內(nèi)建對(duì)象Application和Session)3. jsp文件下載功能實(shí)現(xiàn)代碼4. 在JSP中使用formatNumber控制要顯示的小數(shù)位數(shù)方法5. asp.net core項(xiàng)目授權(quán)流程詳解6. html中的form不提交(排除)某些input 原創(chuàng)7. ASP常用日期格式化函數(shù) FormatDate()8. CSS3實(shí)現(xiàn)動(dòng)態(tài)翻牌效果 仿百度貼吧3D翻牌一次動(dòng)畫(huà)特效9. ASP動(dòng)態(tài)網(wǎng)頁(yè)制作技術(shù)經(jīng)驗(yàn)分享10. XMLHTTP資料
