1.AFNetworking地址:https://github.com/AFNetworking/AFNetworking用于網(wǎng)絡(luò)請(qǐng)求
2.JSONKit地址:https://github.com/johnezang/JSONKit解析JSON
3.Reachability地址:https://github.com/tonymillion/Reachability檢查網(wǎng)絡(luò)狀況
4.SVPullToRefresh地址:https://github.com/samvermette/SVPullToRefresh處理刷新
5.FMDB地址:https://github.com/ccgus/fmdb對(duì)數(shù)據(jù)庫(kù)進(jìn)行操作也可以使用
CoreDataCoreDate介紹地址:https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/CoreData/cdProgrammingGuide.html
6.SDWebImage地址:https://github.com/rs/SDWebImage緩存網(wǎng)絡(luò)圖片可以使用TMCache替代,TMCache是tumblr團(tuán)隊(duì)使用的緩存項(xiàng)目地址:https://github.com/tumblr/TMCache
7.MBProgressHUD地址:https://github.com/jdg/MBProgressHUD加載提示框
8.pop地址:https://github.com/facebook/popfacebook出品的動(dòng)畫框架
9.CocoaPods地址:https://github.com/CocoaPods/CocoaPods第三方庫(kù)管理工具
10.GPUImage地址:https://github.com/BradLarson/GPUImage處理圖片效果
11.BlocksKit地址:https://github.com/zwaldowski/BlocksKitblock框架
12.ReactiveCocoa地址:https://github.com/ReactiveCocoa/ReactiveCocoa函數(shù)式響應(yīng)式編程框架
13.Mantle地址:https://github.com/Mantle/Mantle將json數(shù)據(jù)模型化model對(duì)象
14.cocos2d-swift地址:https://github.com/cocos2d/cocos2d-swiftcocos2d
15.RESideMenu地址:https://github.com/romaonthego/RESideMenu側(cè)滑菜單
16.SWTableViewCell地址:https://github.com/CEWendel/SWTableViewCellUITableViewCell 的子類, 實(shí)現(xiàn)了左右滑動(dòng)顯示信息視圖并調(diào)出按鈕
17.TTTAttributedLabel地址:https://github.com/TTTAttributedLabel/TTTAttributedLabelUILabel 的替代品, 使 iOS 上的 Label 功能更加豐富, 可支持鏈接植入等功能
18.PNChart地址:https://github.com/kevinzhow/PNChart帶動(dòng)畫效果的圖表控件
19.VVDocumenter-Xcode地址:https://github.com/onevcat/VVDocumenter-Xcode幫助開發(fā)者輕松的生成注釋文檔
20.appirater地址:https://github.com/arashpayan/appirater用于提醒用戶給你的 APP 打分的工具
21.Masonry地址:https://github.com/Masonry/MasonryAutoLayout擴(kuò)展工具
22.ASIHTTPRequest地址:https://github.com/pokeb/asi-http-request已停止更新,用于網(wǎng)絡(luò)請(qǐng)求