startAnimatingWithImagesInRange反向

时间:2015-05-07 07:17:16

标签: ios animation reverse apple-watch

我正在开发Apple手表应用程序。在应用程序中,我有动画进度条。我正在使用

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

这对于增加0到50的进度很好。我想知道有什么方法可以将这个转换为50到0.我已经尝试过减去NSRange长度值而没有运气。

由于

1 个答案:

答案 0 :(得分:5)