Since you're not using the view's controller to display it, you have to adjust the view's frame yourself. You have to set its origin to {0, 20} to take the space for the status bar into account.
But you'd be better off to use the UIViewController and push this on the UINavigationController. See the docs.
Nikolai Ruhe
2009-06-28 14:43:25