I use UIDatePicker
inside a view that works perfectly on 64-bit, but on 32-bit devices it does not seem to snap into different items (day, month, year), so that the valueChanged
event is never broadcasted. Any ideas on this?
I use minimumDate
and maximumDate
limits if that helps.