How to remedy a UINavigationBar overlapping the top of my UIScrollView?

Posted by RexOnRoids on Stack Overflow See other posts from Stack Overflow or by RexOnRoids
Published on 2010-03-21T09:51:38Z Indexed on 2010/03/21 19:31 UTC
Read the original article Hit count: 374

I am working with a TabBarController >> NavBarController UI. One of my UIViewControllers has a UIScrollView in it with some text (UITextField) in it. Problem is, the uppermost text in the UIScrollView is covered by the NavBar. How do I fix this? I am trying to manually adjust stuff in IB with mixed results but I want a more CERTAIN solution.

© Stack Overflow or respective owner

Related posts about interface-builder

Related posts about uiscrollview