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.
我看到 willRotateToInterfaceOrientation 通知到达时带有一个持续时间值,我想知道它是否在我的控制之下来改变这个值,如果是的话,在哪里?
你可以在iOS 5+版本中实现,你可以手动调用这个方法
- (void)willRotateToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation duration:(NSTimeInterval)duration
但不建议手动调用它,虽然它工作正常。