Bob,

there is also a SplitView sample on github
https://github.com/xamarin/monotouch-samples/tree/master/SplitView
(looks like
https://github.com/xamarin/monotouch-samples/raw/master/SplitView/Screenshots/01.png
 )

and a couple of SplitView 'recipes' here with sample code to download
http://docs.xamarin.com/ios/recipes/Content_Controls/Split_View

finally, there is also the (more complex) MWC sample
https://github.com/xamarin/mobile-samples/tree/master/MWC
which has a UITabBarController that contains some SplitViews
(looks like
https://github.com/xamarin/mobile-samples/blob/master/MWC/Screenshots/iOS/Sessions_iPad.PNG
 )

word of warning: splitview inside tabbar has some 'issues' with rotation on
ipad. the IntelligentSplitViewController in MWC is intended to get around
those issues
https://github.com/xamarin/mobile-samples/blob/master/MWC/MWC.iOS/UI/Controls/IntelligentSplitViewController.cs

HTH
craig

On Tue, May 22, 2012 at 7:33 AM, Nic Wise <n...@fastchicken.co.nz> wrote:

> No, that was it. I've put the project up on my blog:
>
> http://www.fastchicken.co.nz/drop/bob-ipad.zip
>
> Does that one work for you, and match up with what you have?
>
> On Mon, May 21, 2012 at 6:55 PM, bobreck <rr...@keylogic.com> wrote:
> > Nic,
> > Thanks so much for the reply. Unfortunately, when I start a new project
> and
> > put your code into the SelectedRow method, I get a null error on vc.
> >
> > Is there, by chance, something that you forgot to include?
> > Bob
> >
> > --
> > View this message in context:
> http://monotouch.2284126.n4.nabble.com/iPad-Master-Detail-help-please-tp4646069p4648527.html
> > Sent from the MonoTouch mailing list archive at Nabble.com.
> > _______________________________________________
> > MonoTouch mailing list
> > MonoTouch@lists.ximian.com
> > 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
> MonoTouch@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monotouch
>
_______________________________________________
MonoTouch mailing list
MonoTouch@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to