GitHub上值得關注的iOS開源項目
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/非死book/pop
非死book出品的動畫框架
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
已停止更新,用于網絡請求