tags:

views:

159

answers:

6

I'm just starting to learn iPhone/Object-C programming. Rather than only learn about them after the fact, I'd like to have a sense up front of the open source libraries and frameworks that others make frequent use of. I'm thinking third-party packages, as opposed to pieces of the iPhone developer libraries, which are presumably all documented by Apple.

What I've come across so far:

Please add and comment on what you use and recommend (or direct me toward an existing list).

A: 

If you are programming for games, two common libraries for implementing social networking are:

Richard J. Ross III
+1 they were good. -1 I think Gamecenters going to prevail. So, you get a 0 from me.
thyrgle
A: 

TouchJSON is a good library for deserializing JSON.

eman
Maybe the TouchJson, I tried to look at some of the other libraries and it is a pretty good mess, few sample projects seem to work, very little documentation
Harald Scheirich
I honestly haven't looked much at the others (changed the answer).
eman
+2  A: 

Cocos2D -- for 2D games

http://cocos2d.org/

Lou Franco
+2  A: 

Some of my favorites are:

And to toot my own horn...

  • StackKit - Accessing the StackOverflow API from within an iPhone app
  • CHCSVParser - A correct CSV parser
Dave DeLong
+1  A: 

Facebook three20 QuickConnect Family Flot

theLeo
A: 

Omni libraries include some iphone code learn from some of the best ...

http://www.omnigroup.com/company/developer/

Harald Scheirich