I have one UISplitView
Controller and on left side i can see UISplitView
tableview part and right hand side i can UIViewController
view.
I added one UIBarButton
to UITableViewController
(navigationbar
) and when i clicked on UIBarButton
(on left side UITableView
) it showing following error message in console.
"
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '-[UITableViewController loadView] loaded the "3rQ-6t-ad4-view-1Zq-6N-cLc" nib but didn't get a UITableView.'
"
How to load a new UIViewController
from UISplitView
in iOS ?
Pls help me