I have a custom view for the Navigation Bar which displays title and subtitle. When I scroll I hide the NavigationBar using the "Hides Bar on Swipe" property.
Unfortunately, my UITableView still extends to the full screen as shown below:
I played around with different properties on UINavigationController in Storyboard
Under Top Bars - unchecked
Under Bottom Bars - unchecked
UINavigationController Storyboard Settings:
MyTableViewController Storyboard Settings:
What am I missing?