Last Updated: February 25, 2016
·
343
· chrischen79

Updating UIDatePicker.minimumDate may update its .date properly sneakily

if you set UIDatePicker's minimumDate property a date that is later than the current picked date (i.e.: the .date property), the .date property will be updated to the same date as minimumDate property, but you are not gonna see any UI udpate