TTFortuneWheel-iOS icon indicating copy to clipboard operation
TTFortuneWheel-iOS copied to clipboard

When comes from Background state

Open MaheshSC opened this issue 5 years ago • 1 comments

Give the Slices and give the index to stop

spinWheel.startAnimating()
DispatchQueue.main.asyncAfter(deadline: .now() + 0.1) {
 self.spinWheel.startAnimating(fininshIndex: self.winIndex, offset: 180) { (finished) in
}}

Immediately move app to background then bring back the app to foreground The issue is its not stopping where we want

MaheshSC avatar May 04 '20 10:05 MaheshSC

What do you mean by not stopping where you want? Does going to background influence the stopping index?

EfraimB avatar Nov 11 '22 10:11 EfraimB