Hey,
I am trying to create an application with NavigationController. I was able to do this from following a youtube tutorial. But the tutorial did all the NavigationController stuff without the interface builder. The only time that was used was to load the actual Viewcontroller.
My question is that, is it possible to start a program with a Navigation-Based Application and modify it to take out the TableView rather have just some kind of root view that is a viewcontroller (not a table view).
When I try to make the modification the program always crashes
I am trying to create an application with NavigationController. I was able to do this from following a youtube tutorial. But the tutorial did all the NavigationController stuff without the interface builder. The only time that was used was to load the actual Viewcontroller.
My question is that, is it possible to start a program with a Navigation-Based Application and modify it to take out the TableView rather have just some kind of root view that is a viewcontroller (not a table view).
When I try to make the modification the program always crashes