I've tried creating my own version of a UIPickerView element for MonoTouch Dialog, but it was to no avail. Is there some form of it already implemented within MonoTouch.Dialog
or a way I could edit a DateTimeElement
to act as a UIPickerView with my custom entries?
Asked
Active
Viewed 659 times
0

Smoore
- 732
- 2
- 10
- 27
1 Answers
1
Cheesebaron has done this - see the code and discussion in https://github.com/slodge/MvvmCross/pull/25
The base of this code is indeed based around the uipickerview inside the dateelement

Stuart
- 66,722
- 7
- 114
- 165