I\'m using swift.
I would like to use Navigation inside of TabBar with Storyboard.
At f
Here's a rough overview on how your Storyboard will look like. You have to use Tab Bar Controller as a rootViewController.
Embed UITableViewController to a UINavigationController, so that you always have a back button.

There are endless possibilities for improvement as long as you follow Combined View Controller Interfaces. Here's what a demo will look like with a common tab as you wanted -
