ios – startAnimatingWithImagesInRange反向

ios – startAnimatingWithImagesInRange反向,第1张

概述我正在开发Apple手表应用程序.在应用程序中,我有动画进度条.我在用 - (void)startAnimatingWithImagesInRange:(NSRange)imageRange duration:(NSTimeInterval)duration repeatC @H_502_2@ 我正在开发Apple手表应用程序.在应用程序中,我有动画进度条.我在用

- (voID)startAnimatingWithImagesInRange:(NSRange)imageRange                                 duration:(NSTimeInterval)duration                              repeatCount:(NSInteger)repeatCount

这对于增加0到50的进度很好.我想知道是否有任何方法可以将其反转为50到0.我已经尝试使用减去NSRange长度值而没有运气.

谢谢

解决方法 正如WKInterfaceImage( https://developer.apple.com/library/prerelease/ios/documentation/WatchKit/Reference/WKInterfaceImage_class/#//apple_ref/occ/instm/WKInterfaceImage/startAnimatingWithImagesInRange:duration:repeatCount :)的文档中所提到的,您所要做的就是为持续时间提供负值. @H_502_2@ 总结

以上是内存溢出为你收集整理的ios – startAnimatingWithImagesInRange反向全部内容,希望文章能够帮你解决ios – startAnimatingWithImagesInRange反向所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1061492.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-25
下一篇 2022-05-25

发表评论

登录后才能评论

评论列表(0条)

保存