In my iPhone application I have a UIDatePicker for users to select delivery dates. I want to disable or remove holidays and weekends in it.
I want to know how to dis开发者_如何学Cable or remove dates from UIDatePicker?
Not possible. You would have to write your own date picker based on UIPickerView
.
精彩评论