【发布时间】:2015-08-03 10:37:14
【问题描述】:
我正在使用 watchOS2 b4。
我有一个名为animatedImage 的WKInterfaceImage 已正确连接并且我正在使用
[self.animatedImage setImageNamed:@"image"];
[self.animatedImage startAnimatingWithImagesInRange:NSMakeRange(0, 65) duration:6.0 repeatCount:0];
为多个图像设置动画。这适用于模拟器,但图像不会显示在 AppleWatch 上。
我在 Watch-target 中添加了一个文件夹,其中包含所有图像。他们都被命名为image0.gif image1.gif等等。
还有其他人遇到过这种情况吗?
【问题讨论】:
标签: ios apple-watch watchos-2