iPhone:UIDeviceOrientation动画更改完成后执行代码

时间:2010-04-01 19:11:11

标签: iphone animation ipad rotation

不确定我是否可以正确解释,但我正在尝试执行方法设备方向动画完成。现在我有[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(didRotate:) name:UIDeviceOrientationDidChangeNotification object:nil];,但这会立即触发。有没有办法让它在视图旋转动画完成后调用didRotate

谢谢!

1 个答案:

答案 0 :(得分:0)

在UIViewController子类中实现-didRotateFromInterfaceOrientation:。将-didRotate:内容放在那里,或者调用它。