0

私は自分のクラスで自分のtableViewのデータソースとデリゲートになるために呼び出されたクラスを使用していNSObjectます。NavigationController を継承しない場合、MasterView DetailViewController DetailViewController MyClass`でセルを選択すると?MyClassUIViewControllerMasterViewit pushes another ViewController called. How do I pushfrom

私の失敗した試み:

//This will push the view but I cant return afterward.
AppDelegate *appDelegate = (AppDelegate *)[[UIApplication sharedApplication] delegate];
[appDelegate.navigationController pushViewController:detailViewController animated:YES];

//This just does nothing
masterView = [[MasterViewController alloc] init];
[masterView.navigationController pushViewController:detailViewController animated:YES];
4

1 に答える 1