- (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反向所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)