如何使用Smartisan OS Weather App等运动模糊效果进行动画计数?

时间:2015-03-25 05:10:39

标签: ios animation

喜欢标题。

演示视频位于:https://youtu.be/siiG-cBD4j4

渴望真诚的帮助。谢谢你。

1 个答案:

答案 0 :(得分:0)

您可以在此动画块中编写日期更改代码。你得到相同的运动模糊效果:

[UIView animateWithDuration:0.5
                          delay:0
         usingSpringWithDamping:0.8
          initialSpringVelocity:0.6
                        options:UIViewAnimationOptionAllowUserInteraction | UIViewAnimationOptionBeginFromCurrentState
                     animations:^{

                         [self.view.superview layoutIfNeeded];
;

    } completion:nil];