標籤:
1.AFNetworking
地址:https://github.com/AFNetworking/AFNetworking
用於網路請求
2.JSONKit
地址:https://github.com/johnezang/JSONKit
解析JSON
3.Reachability
地址:https://github.com/tonymillion/Reachability
檢查網路狀況
4.SVPullToRefresh
地址:https://github.com/samvermette/SVPullToRefresh
處理重新整理
5.FMDB
地址:https://github.com/ccgus/fmdb
對資料庫進行操作
也可以使用CoreData
CoreDate介紹地址:https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/CoreData/cdProgrammingGuide.html
6.SDWebImage
地址:https://github.com/rs/SDWebImage
緩衝網狀圖片
可以使用TMCache替代,TMCache是tumblr團隊使用的快取項目
地址:https://github.com/tumblr/TMCache
7.MBProgressHUD
地址:https://github.com/jdg/MBProgressHUD
載入提示框
8.pop
地址:https://github.com/facebook/pop
facebook出品的動畫架構
9.CocoaPods
地址:https://github.com/CocoaPods/CocoaPods
第三方庫管理工具
10.GPUImage
地址:https://github.com/BradLarson/GPUImage
處理圖片效果
11.BlocksKit
地址:https://github.com/zwaldowski/BlocksKit
block架構
12.ReactiveCocoa
地址:https://github.com/ReactiveCocoa/ReactiveCocoa
函數式響應式編程架構
13.Mantle
地址:https://github.com/Mantle/Mantle
將json資料模型化model對象
14.cocos2d-swift
地址:https://github.com/cocos2d/cocos2d-swift
cocos2d
15.RESideMenu
地址:https://github.com/romaonthego/RESideMenu
側滑菜單
16.SWTableViewCell
地址:https://github.com/CEWendel/SWTableViewCell
UITableViewCell 的子類, 實現了左右滑動顯示資訊視圖並調出按鈕
17.TTTAttributedLabel
地址:https://github.com/TTTAttributedLabel/TTTAttributedLabel
UILabel 的替代品, 使 iOS 上的 Label 功能更加豐富, 可支援連結植入等功能
18.PNChart
地址:https://github.com/kevinzhow/PNChart
帶動畫效果的圖表控制項
19.VVDocumenter-Xcode
地址:https://github.com/onevcat/VVDocumenter-Xcode
協助開發人員輕鬆的產生注釋文檔
20.appirater
地址:https://github.com/arashpayan/appirater
用於提醒使用者給你的 APP 打分的工具
21.Masonry
地址:https://github.com/Masonry/Masonry
AutoLayout擴充工具
22.ASIHTTPRequest
地址:https://github.com/pokeb/asi-http-request
已停止更新,用於網路請求
GitHub上值得關注的iOS開源項目