akkyie / AKPickerView

A simple yet customizable horizontal picker view.
MIT License
893 stars 106 forks source link

Infinite Scroll? #53

Open inPhilly opened 9 years ago

inPhilly commented 9 years ago

Is it possible to have, say, 5 values on infinite scroll, so that there would be no left or right end? Much how date pickers on iOS, when the month passes December it just starts right up again in January?

munnie commented 9 years ago

There's a way to achieve that effect with UIPickerView. I think you can apply to AKPickerView http://stackoverflow.com/questions/214441/how-do-you-make-an-uipickerview-component-wrap-around

akkyie commented 9 years ago

@mommyme There is currently no official way to implement infinite scrolling on AKPickerView. But as you said, UIDatePicker does it, so I'll implement it also on AKPickerView soon. Of course any pull requests are still welcomed.

@munnie Thank you for your cooperation.

inPhilly commented 9 years ago

Hi Akkyie. Any progress on this?

inPhilly commented 8 years ago

Hi Akkyie. Are you still planning on including this enhancement?