I need to show a UINavigationController, which will have a TableView, inside my root UIViewController. If that’s impossible, I’d like to know how to split the window and show 2 ViewControllers in it. I need something like the Facebook app, but vertically, like this:
| NavigationController|
| |
| |
| |
| |
|---------------------|
| |
| root ViewController |
Thanks!
YES sir you can do that…
suppose you have a viewcontroller that has a tableView inside it namely tableViewController
than you can create it like …
You just need to specify the size and place of the subViewController so that it fits right in place.. hoping this helps.