How to remedy a UINavigationBar overlapping the top of my UIScrollView?
- by RexOnRoids
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.