this might help a bit https://github.com/Clancey/FlyOutNavigation
From the ever smart Mr Clancey. Basically, you have two views, one over the top of the other. They dont need to be full screen. You can move them by using CoreAnimation Not sure how you do the user-initiated dragging like Twitter does, but the facebook one (triggered off a button) is easy. I suspect with a UIGestureRecogniser.... but I've not tried it. On Tue, Jan 10, 2012 at 07:25, jowi <[email protected]> wrote: > I know what you mean. Take a look at the FaceBook or Twitter app, they use a > way to 'drill down' by sliding in more views from the right. So basically > you divide the iPad window in vertical, iPhone size views which can overlay > and slide over or under each other. How you should do this you ask? No idea > ;) > > -- > View this message in context: > http://monotouch.2284126.n4.nabble.com/iPad-UI-design-help-tp4261945p4281343.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/ 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
