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

Add animation to watch #65

Open
BSVogler opened this issue Nov 4, 2019 · 1 comment
Open

Add animation to watch #65

BSVogler opened this issue Nov 4, 2019 · 1 comment
Labels
enhancement New feature or request front-end wontfix This will not be worked on

Comments

@BSVogler
Copy link
Owner

BSVogler commented Nov 4, 2019

You can either create an animated UIImage UIImage.animatedImage or add the animation sprites in an array.
On watchkti there is only the first option. Unfortunately, there is no timer and the only way to stop then animation is to replace the image with a static.
Therefore, you need to set your own timer to then replace the image.

@BSVogler BSVogler added enhancement New feature or request wontfix This will not be worked on front-end labels Nov 4, 2019
@BSVogler
Copy link
Owner Author

BSVogler commented Nov 5, 2019

Stop animation using DispatchQueue.main.asyncAfter(deadline: twoSecondsFromNow)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request front-end wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant