In my project I have a TableView inside navigation controller
(TabBar > Navigation Controller > TableView Controller)
When I click the Edit button the TabBar is being hidden and displaying the Toolbar, but it is not adjusting in the footer.
How can I adjust this?
I'm using Storyboard and Swift.