如何在没有任何动画的情况下更改 swift 中的图像视图?

How can I change an image view in swift without any animations?

我想更改 swift 中的图像视图,但我不想要任何动画。

我用来更改图像视图的代码是:

performSegueWithIdentifier("second", sender: self)

如何让我的代码执行相同的操作(更改视图)但没有动画。

谢谢

  1. 单击 Storyboard 中的 segue 箭头。

  2. 在右侧的 Attributes Inspector 中,取消选中 Animates 复选框。