gpt4 book ai didi

iphone - 在 willAnimateRotationToInterfaceOrientation 中禁用动画?

转载 作者:行者123 更新时间:2023-12-01 18:31:05 26 4
gpt4 key购买 nike

我有一个 ScrollView ,上面有一堆照片缩略图,就像在照片应用程序/图像选择器中一样。当我旋转它时,我想更新旋转动画中间的 ScrollView (在 willAnimateRotationToInterfaceOrientation 中),但我只希望它在没有动画的情况下更新(不希望缩略图在移动到新动画时动画位置)。我怎样才能做到这一点?发生旋转时,我正在使用 setCenter 移动缩略图。我已经尝试了所有其他旋转方法,但它们没有完成工作,因为我需要在旋转动画发生时进行更新,因为那是它看起来最好的时候。

最佳答案

willAnimateRotationToInterfaceOrientation 中使用以下作品方法:

[UIView setAnimationsEnabled:NO];
//insert what you want to not be animated here
[UIView setAnimationsEnabled:YES];

关于iphone - 在 willAnimateRotationToInterfaceOrientation 中禁用动画?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8737050/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com