Ipad SplitViewController navigating to another view
- by nishantcm
Hi,
I am trying to navigate to a different view in the detailview of the splitviewcontroller. I dont want the new view to display in the split view.
I am using this code to change views. This works ok in portrait orientation, but in landscape the split view table view still appears. Can anyone help with this?
Next *any = [[Next alloc] initWithNibName:@"Next" bundle:nil];
[self.view addSubview:any.view];