Can you not just do

MyViewController vc = new MyViewController(); //make whatever it is
you want to put into the detail - might be a view, or a viewcontroller

splitView.DetailView = vc.View; //(or just = vc; if it's a View, not a
ViewController

?

On Wed, Jun 27, 2012 at 9:01 AM, TeamKalimutxo <[email protected]> wrote:
> 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



-- 
Nic Wise
t.  +44 7788 592 806 | @fastchicken | http://www.linkedin.com/in/nicwise
b. http://www.fastchicken.co.nz/

Earnest: Self-employed? Track your business expenses and income.
http://earnestapp.com
Nearest Bus: find when the next bus is coming to your stop. http://goo.gl/Vcz1p
mobileAgent (for FreeAgent): get your accounts in your pocket.
http://goo.gl/IuBU
Trip Wallet: Keep track of your budget on the go: http://goo.gl/ePhKa
London Bike App: Find the nearest Boris Bike, and get riding! http://goo.gl/Icp2
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to