How can I display a picker that can scroll either up or down infinitely inside a chosen range? Just like when you set an alarm in ios devices. Right now if I have a range between 0 and 60, I can only scroll up until I reach 60 and then scroll down to go back to 0. I want it to be continuous that when I reach 60 I have the loop starting over again.