Is there an open source depository of custom classes for the Iphone?

iphone, objective-c

Solution

When in doubt, search github.

- http://github.com/facebook/three20

- http://github.com/ldandersen/scifihifi-iphone

- http://github.com/clarkware/iphone-goodies

- http://github.com/devinross/tapkulibrary#readme

The Three20 codebase is very solid.

Problem

I'm trying to learn Objective-C for xcode. I was wondering if there was an open source depository for custom classes. Things that programmers re-use. ( ie. playing card class, or peer to peer methods ) I've searched google, but so far haven't seen any type of site.

Original source