We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
What do you mean by not stopping where you want? Does going to background influence the stopping index?
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: