答案 0 :(得分:0)
您可以在此动画块中编写日期更改代码。你得到相同的运动模糊效果:
[UIView animateWithDuration:0.5
delay:0
usingSpringWithDamping:0.8
initialSpringVelocity:0.6
options:UIViewAnimationOptionAllowUserInteraction | UIViewAnimationOptionBeginFromCurrentState
animations:^{
[self.view.superview layoutIfNeeded];
;
} completion:nil];