Does anyone know of a good tutorial on iPhone GUI design using just code and not Interface Builder?
I am new to iPhone development, and I wanted to better understand
Check out the UI Catalog example in the SDK.
It showcases all of the individual controls being used in multiple ways. All of the screens, the view controllers and the navigation bars are generated from code.