iOS TableViewController Scrolling away content and navigation bar under status bar
问题 I'm using a TableViewController and I've added my own navigation bar on top to match the other tabBar pages that I have. I had to place at the top an empty view to lower the starting point of the table view so it wouldn't cover my navBar , which was already annoying. Now it looks fine except that when I scroll up my list both navBar and TableView go under the status bar. I want my navBar to stay where it is and the TableView not to go under the status bar when scrolling. For starting I can't