0

我目前正在为从左到右的视图设置动画。但是,我需要在飞行中停止动画。为此,我使用:

CGRect frame = [movingView layer] presentationLayer] frame];
[movingView.layer removeAllAnimations];
movingView.frame = frame;

不幸的是,执行此代码时,视图似乎略微向左跳跃。我怎样才能在它的确切位置停止动画?

4

0 回答 0