I’m new to MonoTouch.
I need to display 2 tables and button between them in 1 view using monotouch.dialog.
It should looks like
---top of screen---
I BoolElement I
I StringElement I
I StringElement I <--- Yeah,yeah this is iPhone(in my Opinion)
I --empty space-- I
I button I
I --empty space-- I
I StringElement I
---End Of screen--
I have searched over an internet – But nothing similar to find. 🙁
The problem is to display last strigElement
With MonoTouch.Dialog you can use something like:
That will use a
Sectionto add anUIButtoninside theHeaderView. The same trick can be used to add any other kind of control.