Hi, I have a UIViewController (let's call it myViewController) and a MT.Dialog (let's call that myDialog). My myViewController has a navigation bar and a tabbar.
When I do this... MyViewController.AddSubView(myDialog.View); ... then myDialog is filling the entire screen - going under the navigationbar and tabbar. How do I tell MyDialog to fit the free space between the navigationbar and tabbar? Do I have to manually set the Frame? Thanks! :) Mojo -- View this message in context: http://monotouch.2284126.n4.nabble.com/UIViewController-and-MT-Dialog-frame-tp4213549p4213549.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
