A simple Friday iOS coding tip for you:
When your app auto-rotates do you have an unsightly white frame appearing around the edges of your beautifully hand-crafted UI?
The simple fix to your UI woes: make the UIWindow background clear (either in the XIB file, or just before your call to [window makeKeyAndVisible].
Simples!