3

Is there any hint that the spinning effect of images/patterns (on Slot Machine) can be implemented on iOS ?

What I can think of is to use animation of graphics of UIImageView.

Any better suggestion ?

SkyEagle888
  • 1,009
  • 2
  • 18
  • 42

2 Answers2

2

You can go with UIPickerView containing UIImageViews as elements, or check this url

Michał Zygar
  • 4,052
  • 1
  • 23
  • 36
0

What about a UIPickerView with custom views ?

Zaphod
  • 6,758
  • 3
  • 40
  • 60