0
私のUIViewControllerサブクラスでは、- (void)didAnimateFirstHalfOfRotationToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation
を含めるが、それは決して呼び出されない。- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
を正しく実装していて、ビューが回転する。UIViewController - 方向の変更が報告されない
解決策は見つかりましたか? – JoePasq
@JoePasq:いいえ。それは何とか自分自身を解決しましたが... – ryyst
私もこの問題を抱えています。私は、回転の途中で別のビューコントローラによって管理されるサブビューを変更しようとしています。回転中のiAdsスイッチングフレームサイズに似ています。 – JoePasq