first time posting here, so hope i am doing this right.
I am trying to create a picker or date picker that allows me to display only the years from 1900 to this year(2015).
so it should looking something like:
" Year house was built: picker of years between 1900-2015 "
The only way i can think to do this is with a Picker View and an array of 115 values and i don't believe this is the right way.
Any help or guidance would be greatly appreciated and apologies if i am using the website wrongly.