You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: