Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
运行几分钟后,我的应用程序中的所有动画都消失了,甚至像警报动画和 UINavigationController 动画这样的系统动画也消失了。可能是什么问题?
PS我不在[UIView setAnimationsEnabled]任何地方使用。
[UIView setAnimationsEnabled]
好吧,答案是 - 系统有时会禁用动画,并且通常会重新启用它们。但就我而言,由于某种原因,它未能将它们重新启用。这只发生在 UIViewControllers 之间的转换期间。我想出的是[UIView setAnimationsEnabled:YES]在每次转换后重置。
[UIView setAnimationsEnabled:YES]