Tagged Questions
2
votes
2answers
119 views
UINavigationController - Application tried to push a nil view controller on target, what am I missing?
I am having problems to get my Navigation Controller to run properly! If I click in the cell of the table at the RootViewController, it appears not the next ViewController.
Error message reads
...
2
votes
1answer
545 views
UINavigationController with UIView and UITableView
I'm creating a navigation-based app which displays a graph, rendered with openGL, and a tableview listing disclosure buttons of all of the elements that are displayed on the graph, and a settings ...
0
votes
1answer
116 views
UITableView becomes slow when switching views
I'm working on an app which has a main menu which then switches views based on the menu item clicked using a UINavigationController. Whenever I run my app and click on an item in the menu, it is a ...
0
votes
5answers
4k views
Unable to pushViewController for subview
I have a UINavigationController and I have seperate UIViews that I switch between using a UISegmentControl. On switching the views, I add the view as a subview to my navigation controller's view:
...