softlion / WheelPicker-Samples

WheelPicker control samples for .NET8 / Maui
17 stars 5 forks source link

Spin function always lands on the starting value #14

Closed gtrafford closed 4 years ago

gtrafford commented 4 years ago

I really like the slot machine functionality of this spinner to add some nice flare to picking a random value. Unfortunately it seems that the spin function always lands back on the starting value.

gtrafford commented 4 years ago

never mind. Simple enough really to first randomly select the index, and then just spin it for effect.