IOS open-source projects and githubios open-source projects worth attention on GitHub
1. AFNetworking
Address: https://github.com/AFNetworking/AFNetworking
Used for network requests
2. JSONKit
Address: https://github.com/johnezang/JSONKit
Parse JSON
3. Reachability
Address: https://github.com/tonymillion/Reachability
Check Network Conditions
4. SVPullToRefresh
Address: https://github.com/samvermette/SVPullToRefresh
Process refresh
5. FMDB
Address: https://github.com/ccgus/fmdb
Operate databases
You can also use CoreData
CoreDate address: https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/CoreData/cdProgrammingGuide.html
6. SDWebImage
Address: https://github.com/rs/SDWebImage
Cache network images
TMCache can be used instead. TMCache is a cache project used by the tumblr team.
Address: https://github.com/tumblr/TMCache
7. MBProgressHUD
Address: https://github.com/jdg/MBProgressHUD
Load prompt box
8. pop
Address: https://github.com/facebook/pop
Animation framework produced by facebook
9. CocoaPods
Address: https://github.com/CocoaPods/CocoaPods
Third-party library management tools
10. GPUImage
Address: https://github.com/BradLarson/GPUImage
Processing image effects
11. BlocksKit
Address: https://github.com/zwaldowski/BlocksKit
Block framework
12. ReactiveCocoa
Address: https://github.com/ReactiveCocoa/ReactiveCocoa
Functional responsive programming framework
13. Mantle
Address: https://github.com/Mantle/Mantle
Model json data to a model object
14. cocos2d-swift
Address: https://github.com/cocos2d/cocos2d-swift
Cocos2d
15. RESideMenu
Address: https://github.com/romaonthego/RESideMenu
Slide menu
16. SWTableViewCell
Address: https://github.com/CEWendel/SWTableViewCell
The subclass of UITableViewCell, which enables the left and right sliding display information view and the call button
17. TTTAttributedLabel
Address: https://github.com/TTTAttributedLabel/TTTAttributedLabel
The replacement of UILabel makes the Label function on iOS richer and supports functions such as link implantation.
18. PNChart
Address: https://github.com/kevinzhow/PNChart
Chart controls with animation Effects
19. vv1_enter-Xcode
Address: https://github.com/onevcat/VVDocumenter-Xcode
Help developers easily generate comments
20. appirater
Address: https://github.com/arashpayan/appirater
Tools used to remind users to rate your APP
21. Masonry
Address: https://github.com/Masonry/Masonry
AutoLayout extension tool
22. ASIHTTPRequest
Address: https://github.com/pokeb/asi-http-request
Update stopped for network requests