I'm using ECSlidingViewController framework, I need to implement a table that is child of MenuViewController. when I select a row I have to go to another tableview using a navigation controller, how can I configure this? thanks
Asked
Active
Viewed 140 times
1 Answers
0
You can create a UINavigationController
with a root view controller that is the MenuViewController
. Then you can set that navigation controller as one of the under view controllers on the sliding view controller.

Michael Enriquez
- 2,520
- 21
- 13