user156888
user156888

Reputation:

Monotouch.Dialog EntryElement label above input

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

Answers (1)

Stephane Delcroix
Stephane Delcroix

Reputation: 16230

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

Upvotes: 2

Related Questions