This article is an official account in the introduction of Jane book article, interested please click below:
Point I see the Objective-c project on TOP100 on iOS development must read-github
Simple excerpt of 5 items:
1.AFNetworking author is nshipster, the great deity of IOS development, graduated from Carnegie Mellon University, open source a lot of awesome projects, this is one of them, afnetworking use Nsurlconnection + nsop Eration, the main convenience with the server API for data exchange, simple operation, powerful, and now many people use it to replace ASIHTTPRequest
2.gpuimage A powerful image filter tool that supports custom filters that can be used for real-time processing of images and video streams, and the author is Sonoplot's CTO, who begins to touch programming at a very small time, and his answer to so is also worth reading, gpuimage Projects starting in 2012, written using the OpenGL graphics program interface, are very good, and now many iOS programmers use it to achieve the blur effect of iOS
3.sdwebimage author Olivier Poitrey is the CTO of Dailymotion, has a number of good open source projects, this project is often used to cache images received from the Web side, is a uiimageview extension, applied more than More simple
4.restkit is primarily used for network communication on IOS, allows interaction with RESTful Web services, is commonly used for processing APIs, parsing JSON, mapping response objects, and so on, so you can put all your energy into the operation of the data
5.ReactiveCocoa a new framework for functional responsive programming developed by GITHUB engineers for IOS and OS X, which Matt calls "an open source project," The exemplifies this bra ve new era for Objective-c ", some people say it is the future of Cocoa, specifically can see Tang Qi wrote this article
iOS development must-read-github on Top100 objective-c Project