标签: ios uiviewcontroller rotation uiinterfaceorientation
有一个委托方法,将onAnimateRotation toInterfaceorientation,在接口执行其旋转动画之前调用。但是如何检测旋转何时结束? 我需要一些链接didAnimateRotation ......但是没有像这样的委托方法。
旋转动画完成后,如何调用方法?不使用定时延迟:P
谢谢!
答案 0 :(得分:1)
“didRotateFromInterfaceOrientation:”怎么样?
此处记录:http://developer.apple.com/library/ios/#documentation/UIKit/Reference/UIViewController_Class/Reference/Reference.html#//apple_ref/occ/instm/UIViewController/didRotateFromInterfaceOrientation: