1

I want to use a GIF in an Image on WatchKit, it is possible ?

I think is not possible but maybe you know

Thank you in advance

P.S : I'm french so if you speak french it suits me.

rmaddy
  • 314,917
  • 42
  • 532
  • 579

1 Answers1

1

If you check the WKInterfaceImage docs, under "Animating a Series of Images", you'll see the following:

You create animated images from a set of local image file resources or from existing UIImage objects. You use them to construct a new UIImage object, which you then assign to your WKInterfaceImage object.

So, yes, you can do it. But you need to provide a series of static images rather than a finished GIF.

bgilham
  • 5,909
  • 1
  • 24
  • 39