TabBarController with SWRevealViewController
问题 I have a "Sliding Side Menu" in my application working perfectly with SWRevealViewController . 1 Sidebar VC with a tableView connected to 3 View Controllers with the menu button (at Navigation Bar) I need to open a UITabBarController from a button inside one of them , and it must have the same sliding menu. I created another SWRevealViewController and I linked the same way to my UITabBarController . I embed my first "tabVC" in a "Navigation View Controller" (see photo) When I did it, it works