Skip to content
New issue

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

When comes from Background state #36

Open
MaheshSC opened this issue May 4, 2020 · 1 comment
Open

When comes from Background state #36

MaheshSC opened this issue May 4, 2020 · 1 comment

Comments

@MaheshSC
Copy link

MaheshSC commented May 4, 2020

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

@EfraimB
Copy link
Collaborator

EfraimB commented Nov 11, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants