[MonoTouch] Dock UIButtons @ DialogViewController

2013-01-29 Thread Iki
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

Re: [MonoTouch] Dock UIButtons @ DialogViewController

2013-01-29 Thread Nic Wise
I'd suggest you work out the location (based on the screen height), and then add a toolbar (with buttons or a segmented control) or even just a normal UIView into whatever the parent view of the DialogViewController is. IE, whatever you added the DVC into, add this one in there, too. If you add

Re: [MonoTouch] Dock UIButtons @ DialogViewController

2013-01-29 Thread Iki
Thanks Nic!! For now i will use UIToolbar and add DialogViewController to UIView which will be in between navigation bar and UIToolbar. On Jan 29, 2013, at 10:51 AM, Nic Wise n...@fastchicken.co.nz wrote: I'd suggest you work out the location (based on the screen height), and then add a