Hi guys, i need some help. I currently using MonoTouch.Dialog, to be more specific DialogViewController. Inside DialogViewController I have only one section with elements. I would like to have three buttons docked to the same position (bottom of the screen) , so that the table can scroll behind them (something like UISegmentedView on the Maps app).
The problem is if I add them as subview, they will be on the scroll view, and after each new row is added, they would get pushed away of the screen. For now the only solution that I came up with is to first create ViewController, and then inside ViewDidLoad create DialogViewController with Root and Elements, and then add this as a subview to ViewController. Do You have any better idea how to resolve this? Thanks for your help, as always! _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
