In my app I have a first view controller and I open my secondview controller in this way:
[self presentModalViewController:puntiVendita animated:YES];
but when I’m in secondViewController I have a tableView and I want to begin a navigation controller…what can I do to start a navigation controller from seconviewcontroller via code?
thanks
Just create a navigation controller: