How to open a TabBarController in ViewControllers that Instantiate from SlideMenuViewController

Viewed 298

I want to have tabBar in all my ViewControllers. I have implemented the SWRevealViewController, which have two view controllers linked one is TabBarController and another is TableViewController I wants to have the same tabBar in all my ViewControllers that Segues from TableViewController.

enter image description here

2 Answers
Related