The UISplitViewController accepts an array of two controllers that can be set via ViewControllers property if I remember correctly. The first one is the (new) master, the 2nd one is the (new) detail controller. If you want to keep one or the other, you'll have to get it first and set both again.
René 2012/6/27 TeamKalimutxo <[email protected]> > Hello, > > I am using a Split View to show both a MasterView and a DetailView on the > screen. > I am trying to change the UIViewController managing the DetailView when an > item is clicked oin the MasterView but my trial have been so far > unsuccessful... > > First, I would like to ask if it is possible to get a new ViewController > which would replace the ViewController of the DetailView? > Or should I try to change only the Views dispayed in the DetailView (which > is a UIViewController)? > > Thank you in advance for any help! > > > -- > View this message in context: > http://monotouch.2284126.n4.nabble.com/SplitViewController-tp4655600.html > Sent from the MonoTouch mailing list archive at Nabble.com. > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch >
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
