В моем приложении иерархия контроллера представления настроена так:
UIViewController
|
UITabBarController
|
UINavigationController
| |
| UIViewController (*)
|
UINavigationController
|
UIViewController (*)
Почему мой UIViewController (*) не получает (void) willAnimateRotationToInterfaceOrientation: (UIInterfaceOrientation) toInterfaceOrientation duration: (NSTimeInterval) метод продолжительности?
Когда мое приложение имеет иерархию контроллера представления, настроенную так:
UITabBarController
|
UINavigationController
| |
| UIViewController (*)
|
UINavigationController
|
UIViewController (*)
UIViewController (*) get (void) willAnimateRotationToInterfaceOrientation: (UIInterfaceOrientation) toInterfaceOrientation duration: (NSTimeInterval) метод продолжительности.