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.
有人知道 iOS 中的默认动画持续时间列表吗?例如:
有没有办法获得这些值?包含它们的列表或可能通过代码?
我真的很感激任何帮助,谢谢,
我认为 API 中没有明确的列表。在某些情况下,您可以观察到通知,例如为您UIKeyboardWillShowNotification提供UIKeyboardAnimationDurationUserInfoKey精确的时间值。其他时候,您根本不应该依赖界面中的这些时间或手动调整时间,并接受您可能需要在未来的 iOS 更新中对其进行调整。
UIKeyboardWillShowNotification
UIKeyboardAnimationDurationUserInfoKey