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
Give the Slices and
give the index to stop
Immediately move app to background then bring back the app to foreground
The issue is its not stopping where we want