I have a problem to get my navigation controller to work properly! If I click a cell of the table in RootViewController, it doesn’t seem to be the next ViewController.
The error message reads
I have a problem to get my navigation controller to work properly! If I click a cell of the table in RootViewController, it doesn’t seem to be the next ViewController.
The error message reads
I have an ipad application, and I want to hide and show a list of categories (a bit like a small view in a split view controller), and a main view containing a UiNavigationController stack.
I