bits about life, coding and stuff

Three20 is a component framework from the facebook app, released by Joe Hewitt.
It has some awesome components that apple somehow “missed” to give us an api for.
You get a Photos-Api, a Table-Api that is Internet-Aware (showing loading/error screens), Message Composer Screens, better Text fields… be sure to check out the initial blog post.
It’s currently under heavy development, and there are many forks at github. Go for verveguy’s fork or joehewitt (original). You can also use my own fork, where this has already been fixed.
I got very frustrated while playing with it, caused by a super strange bug that let my application work in the Simulator, but not on the real os (both running OS3beta5).
Turns out, there’s a bug in apples framework on the linker. Open Target Info Inspector and add under “Build” for all Targets. Voila!

More questions? Go for three20′s google user group.
Related posts: