2

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?

1 Answers1

2

There's JVFloatLabeledTextField ported to Xamarin.iOS by gshackles which supports Monotouch.Dialog through the JVFloatLabeledEntryElement class.

Stephane Delcroix
  • 16,134
  • 5
  • 57
  • 85