tapptitude / TTFortuneWheel-iOS

Fortune spinning wheel that supports custom drawing.
MIT License
132 stars 41 forks source link

drawAdditionalGraphics example? #8

Closed snc001 closed 6 years ago

snc001 commented 6 years ago

Hi I was wondering if there is an example on how to use this method?

drawAdditionalGraphics

EfraimB commented 6 years ago

Hello, Sure, actually there is an implementation of this method in SpinningWheelSliceImpl.swift, used to draw the wheel needles for each slice. You can see more information about what the parameters you get mean and how to use them in this issue https://github.com/tapptitude/TTFortuneWheel-iOS/issues/2