Continuous (infinite) spinner?

You must Login before you can answer or comment on any questions.

Is there any way to have infinite spinner? I mean if I have several items in the list and when I spin to the last item - first item should be next, instead of the end of the spinner options.

I'm thinking about the following workaround: have extra values in a spinner (like 1,2,3,4,1,2,3,4,1,2,3,4) and track if I'm outside of the "middle" of the options list and if so - select appropriate value from the middle of the list of values. But I'm not excited with such implementation and hope there is better solution...

Your Answer

Think you can help? Login to answer this question!