basically i need to create a UIPickerView which the user can use to pick some stuff. i know how to create a "regular" UIPickerView, but in this particular case it has to be like the UIDatePicker, in which the user can go forwards/backwards endlessly (there's no wrap around because the data is always different).
how would i go about doing this? i'm hoping for some sort of sliding-window like algorithm in which i only have to keep the 10 or so items closest to the currently viewed item in memory...
thanks!
how would i go about doing this? i'm hoping for some sort of sliding-window like algorithm in which i only have to keep the 10 or so items closest to the currently viewed item in memory...
thanks!