gpt4 book ai didi

ios - Watch OS2 中的动画图像不起作用

转载 作者:行者123 更新时间:2023-12-01 18:10:06 24 4
gpt4 key购买 nike

我正在尝试为 WKInterfaceGroup 的背景图像设置动画。没有成功。我知道这很容易,不应该花太多时间去做,但我仍然无法使图像动画。

我在 Assets 中加载了六张图片,名为 loading1 ~ loading 6。

我在 IB 中设置了组,并且有一个 outlet在我的 WKInterfaceController 中定义.

我正在使用的代码如下:

    // Defined outlet from IB    
@property (unsafe_unretained, nonatomic) IBOutlet WKInterfaceGroup *mainGroup;

...
[self.mainGroup setBackgroundImageNamed:@"loading1"];

NSRange range = {1,6};
[self.mainGroup startAnimatingWithImagesInRange:range duration:0.5f repeatCount:0];

这无济于事。没有显示图像。如果我删除 startAnimatingImagesInRange:duration:repeatCount:方法调用,图片 loading1已显示,但正如预期的那样,它没有动画。

我也尝试在 IB 中设置动画并调用 startAnimating来自代码,但它仍然具有相同的行为(调用 startAnimating 时图像消失)。

注意 :我在模拟器中尝试这个,因为我还没有 watch (你认为这可能是问题吗?)。

最佳答案

改变

[self.mainGroup setBackgroundImageNamed:@"loading1"];


[self.mainGroup setBackgroundImageNamed:@"loading"];

关于ios - Watch OS2 中的动画图像不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33250357/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com