How to restrict UIDate View from scrolling to old dates(past dates)? UIDate View should show old dates but not able to select or scroll toward them like disabling them from scrolling to old dates. It should only scroll to new dates(upcoming dates). i can't set it to minimum date because i have to take current date and it is not possible for my app to set it to minimum date.
If it is not possible with the given function. How can i make it custom or how can i programmatically ?
You can set it programmatically like this or from xib :)