Reputation:
I'm using Monotouch.Dialog and specifically want to have the label above the input in the cell.
Is there a way to do this without needing to roll my own?
Upvotes: 2
Views: 222
Reputation: 16230
There's JVFloatLabeledTextField ported to Xamarin.iOS
by gshackles which supports Monotouch.Dialog through the JVFloatLabeledEntryElement
class.
Upvotes: 2