Learn about IOS open source projects on GitHub

Source: Internet
Author: User

Hereby declare that this article turn to know, the original address: http://www.zhihu.com/question/22914651, I just copy, paste.

1. Reactivecocoa:reactivecocoa/reactivecocoa GitHub:
The OBJECTIVE-C implementation of GitHub's own functional responsive programming paradigm, where the name sounds very tall, the learning curve is really steep, but it will definitely change your understanding of iOS programming, the first push.
2. Mantle:mantle/mantle GitHub:
It is the product of GitHub's own, the first choice of lightweight modelling, also can work well with coredata.
3. Afnetworking:afnetworking/afnetworking GitHub:
Before IOS7, Apple's own network library is more difficult to use! The afnetworking of the great God of Matt will definitely liberate you. Using Apple's nsurlrequest and IOS7 nsurlsession, a clear architecture, enough documentation, can be considered a model for third-party open source libraries.
4. Blockskit:pandamonia/blockskit Road GitHub
I quite prefer the block in functional programming,objective-c to definitely satisfy my tastes. But it's not easy to use blocks, but if you have love for block, use this library.
5. Nimbus:jverkoey/nimbus GitHub
The first time to focus on Nimbus is because of the Facebook Three20 Open Source Library. Unfortunately Three20 Library has died, the main author jumped out, wrote the Nimbus.
6. Pop:facebook/pop GitHub
Facebook's paper, animated, is a great way to catch up with Apple's native app. Pop is paper's animation library!
7. gpuimage:bradlarson/gpuimage?? GitHub
IOS7 out, a lot of good-looking effect, in fact, are all kinds of image processing (such as fuzzy effect). Image processing seems to be one of the essential skills of iOS development later. And Gpuimage, is able to quickly deal with a variety of image effects of the sharp weapon!

Internet

    • Afnetworking
    • Jsonkit
    • Reachability
    • Egotableviewpullrefresh
    • Loadmoretablefooterview


Network request preferred afnetworking, countless projects proved that only the right.
Parsing JSON data recommended Jsonkit, and the advantages are quite obvious, the resolution speed Sbjson several Chang ' an street.

Local storage

    • FMDB
    • Core Data
    • Sdwebimage
    • Tmcache


The first time the database was introduced in the development of the use of fmdb, in fact, quite powerful, just need to write SQL statements, select * from user (filter out all the data from the user table).

Then slowly abandoned it, not a little object-oriented. Well, in fact I want to say or coredata good, at least you will not be unable to write SQL to save data. (The project that has been taken over has all saved nsuserdefault, really has no temper)

Read an article comparing CoreData and FMDB query Big Data performance, Fmdb win, but still recommend CoreData.

As for the sdwebimage, it is also early use, and sbjson like, there will be crash, although it is convenient to cache images, but we have a better solution, the same is not recommended.

Years ago the CTO recommended our TMCACHE,TUMBLR team to use a cache project (Popular Science Time: Tumblr is a foreign light blog service, then the domestic emergence of a point and other concurrent products), there is time to understand, the current application is not particularly much, of course, for me.

Animation effects

    • Mbprogresshud
    • Pop


The above is not the net to prompt the user's mbprogresshud, use up, of course, there are many turn chrysanthemum (loading) open-source projects, the same I use the most.

Pop is the animated effect that Facebook paper uses, open source comes out, great, but the possibility to apply to the project is very low ... Tete's cool.

Other
Third-party library management tools, CocoaPods, have time to learn. CocoaPods GitHub
Github Repos (iOS) This is a collection of a lot of iOS open source Projects page, to the author likes one.

    1. Nimbus: The frame, the document is complete, seems to be more fire than the THREE20. Jverkoey/nimbus GitHub
    2. Afnetworking:http network Communication Library, not much to say, awesome. Afnetworking/afnetworking GitHub
    3. The Restkit:http library is used to interact with restful services. Restkit/restkit GitHub
    4. Jsonkit:json Library, the legend is better than the official performance, I did not verify. Johnezang/jsonkit GitHub
    5. Sdwebimage: Asynchronous load network Picture library, using super simple, super powerful, also have no say, it is worth to see the source code. Rs/sdwebimage GitHub
    6. cocos2d-iphone:2d game engine, want to develop the game can learn. Cocos2d/cocos2d-iphone GitHub
    7. Mbprogresshud: Very practical HUD, almost indistinguishable from the official. Jdg/mbprogresshud GitHub
    8. Tmcache: Cache data, can be cached to memory or disk, personally feel very good. Tumblr/tmcache Road GitHub

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.