Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/116.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/sorting/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ios 我们可以在WKImageView中使用GIF吗?_Ios_Gif_Watchkit - Fatal编程技术网

Ios 我们可以在WKImageView中使用GIF吗?

Ios 我们可以在WKImageView中使用GIF吗?,ios,gif,watchkit,Ios,Gif,Watchkit,我想在WatchKit上的图像中使用GIF,可以吗 我认为这是不可能的,但也许你知道 先谢谢你 附言:我是法国人,所以如果你说法语,那对我很合适。如果你检查“动画一系列图像”下的WKInterfaceImage,你会看到以下内容: 可以从一组本地图像文件资源或现有UIImage对象创建动画图像。使用它们构造新的UIImage对象,然后将其指定给WKInterfaceImage对象 所以,是的,你能做到。但您需要提供一系列静态图像,而不是完整的GIF

我想在WatchKit上的图像中使用GIF,可以吗

我认为这是不可能的,但也许你知道

先谢谢你


附言:我是法国人,所以如果你说法语,那对我很合适。

如果你检查“动画一系列图像”下的
WKInterfaceImage
,你会看到以下内容:

可以从一组本地图像文件资源或现有UIImage对象创建动画图像。使用它们构造新的UIImage对象,然后将其指定给WKInterfaceImage对象

所以,是的,你能做到。但您需要提供一系列静态图像,而不是完整的GIF