Saturday, January 3, 2009

A few simple things to tune your iPhone apps

Here are some simple things to make sure you are doing in your iPhone app for maximum performance:

* Opaque views
* No [UIColor clearColor] background on text views
* Minimize use of nested views
* One view per .xib file

No comments: