旋转 - 使用willAnimateSecondHalfOfRotationFromInterfaceOrientation减慢速度

时间:2011-05-29 17:32:46

标签: iphone rotation orientation

人们,在使用“willAnimateSecondHalfOfRotationFromInterfaceOrientation:”方法时,你如何实际减慢方向旋转?

我目前有这个:

-(void) willAnimateSecondHalfOfRotationFromInterfaceOrientation:(UIInterfaceOrientation)fromInterfaceOrientation 
                                                       duration:(NSTimeInterval)duration {
    [self positionViews];
}

我知道当旋转确实发生时,会自动调用这个“willAnimate2ndHalf ...”方法 - 那么我实际上在哪里可以更改其DURATION值?

1 个答案:

答案 0 :(得分:1)

如果你想改变应用程序轮换的整体时间,就无法完成。 willAnimateSecondHalfOfRotationFromInterfaceOrientation用于添加自定义代码,例如设置自定义坐标,属性等。