Hey,
I have a UINavigationController which appears at an offset of 20px. This is the exact problem I'm having: http://forums.macrumors.com/showthread.php?t=761616 But I can't seem to figure out what the right way to solve it is.
Thanks,
Hey,
I have a UINavigationController which appears at an offset of 20px. This is the exact problem I'm having: http://forums.macrumors.com/showthread.php?t=761616 But I can't seem to figure out what the right way to solve it is.
Thanks,
Make sure the frame is set at (0,0). It probably has that space because you add 20px to the Y position to make up for the status bar, but that is already handled for us.
Have you added a status bar as your top bar from Interface Builder?. May be you have kept space for status bar.