tapptitude / TTFortuneWheel-iOS

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

Nice Work But background image #12

Closed monang1611 closed 6 years ago

monang1611 commented 6 years ago

your work is good but wants some customize like attach an image but I don't want to take slice image or color I want to put the full image on spin can you help me, please? wheel 2x

EfraimB commented 6 years ago

Hi, basically you don't need the drawing of the wheel in slices and don't need the slices to be dynamic, right? In this case you don't need to use the TTFortuneWheel class, you only need the animator, that spins the wheel which is SpinningWheelAnimator. You can initialize thin animator with init(withObjectToAnimate animationObject:SpinningAnimatorProtocol).