Hi, I'm looking for the most elegant way of implementing a screen layout as shown in the image. It is supposed run on iOS5 iPad devices. The light blue area is the iPad's view port. The whole layout has insets on the left and right side. The header has to be managed by a separate controller. The footer has to managed by a separate controller. The gray main area is similar to a UISplitViewController, but I cannot use that because I need to have the possibility show or hide the master view panel. Also MG/MTSplitViewController is too limited in ways of applying Abu animations and I simply don't need 90% of its functionality.
I was thinking about using iOS5's new view controller hierachy feature. But would that mean that I have a root controller that holds the header controller, the main controller and the footer controller? The split view part would be another view controller that holds two sub controllers I suppose.
![]() Any opinions? Grüße, René |
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch

