How can I push a new list onto the root view side of a split view controller?
I am tryin开发者_Go百科g to push a new list into the root view side of the split view controller on an iPad app based on what the user selects in the root view table. For some reason I cannot figure out how to push a new array - or listview onto the left side.
Help!
Thanks!
It simply has a navigationController and you call self.navigationController and push the new view on top of it. Simple!
精彩评论