objective c - Limiting the visible dates in UIDatePicker -


is there way limit date range in uidatepicker? i'm aware of maximumdate , minimumdate properties i'd limit minimum year visible 2010. don't want user able see years before 2010. ideas?

i don't believe possible uidatepicker, achieve own uipickerview, making sure implement uipickerviewdelegate method, pickerview:didselectrow:incomponent: in order deal bad dates, february 30th, (to mimick behaviour of uidatepicker).


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -