When using a UIViewController the normal way (i.e. pushing it on a UINavigationController), it adjusts its view's frame.
Since you're adding the subview manually, you have to adjust the frame yourself. The origin is in the upper right corner (at the top of the status bar). You want to shift your view 20 pixels down.
Nikolai Ruhe
2009-06-28 14:30:22