1. iOS HTTP Library

    It’s pretty easy to create an iOS HTTP library, but why bother when there’s a great one already out there?

    Check out the ASIHTTPRequest library.

  2. iOS JSON Libraries

    Popular Libraries

    Articles

    READ MORE »

  3. iOS SQLite Wrapper Libraries

    Best Libraries

    • FMDB - “A Cocoa / Objective-C wrapper around SQLite” (1st most popular on github). More documentation.
    • TouchSQL - “Modern sqlite wrapper” (2nd most popular on github)

    Ok Libraries

    • GTMSQLite - part of Google Toolbox for Mac
    • CoreSQLite 3 - “fast, clean, powerful” (3rd most popular on github). Too close to raw sqlite.

    Other …

    READ MORE »