UIModalTransitionStyleFlip水平动画持续时间?
与 -[UIViewController PresentModalViewController:animated:]
相关的 UIModalTransitionStyleFlipHorizontal
的 (NSTimeInterval)duration
默认值是多少?
What is the default value of (NSTimeInterval)duration
for UIModalTransitionStyleFlipHorizontal
, which is related to -[UIViewController presentModalViewController:animated:]
?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您询问在未显式设置动画时持续时间的默认值是多少,框架标题中提供了答案:
因此,由于您无法在方法调用上设置值,因此执行动画应该需要四分之一秒。
If you are asking what the default value of the duration is on an animation when you do not explicitly set it, the answer is provided in the framework headers:
So, since you can't set the value on the method call, it should take a quarter second to execute the animation.