You cannot limit which dates you can select at UIDatePicker. You can change the date when an event with a changed value is dispatched, but since the user cannot determine which dates are “good” and which are not, this is a poor user interface choice for this.
Use UIPickerViewyour own creation instead.
source
share