I believe you can't with the normal splitview - you may need to use a replacement like MGSplitViewController ( I think this is one of the reasons why Matt Gemmell built it)
https://github.com/mattgemmell/MGSplitViewController "Allows you to choose (and change) the position of the split, i.e. the relative sizes of the master and detail views." I think the monotouch bindings project on github has bindings for it. On Wed, Dec 26, 2012 at 7:40 PM, Matronix <[email protected]> wrote: > When my app is in Landscape mode I would like to have the master table view > controller to be narrower than it is now. I don't need all of the space > that it takes up and I want it to be a little smaller. > > How can I do this? > > > > -- > View this message in context: > http://monotouch.2284126.n4.nabble.com/UISplitViewController-Landscape-Master-View-Controller-smaller-tp4657896.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 b. http://www.fastchicken.co.nz/ 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 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 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
