iOS 6: Parent modal's modalPresentationStyle ignored after rotation

前端 未结 3 760
太阳男子
太阳男子 2021-02-05 01:47

With iPad with iOS6, we have this bug where a modal view controller will expand to full screen, even if it is told to be using \"form sheet\" presentation style. But, this hap

3条回答
  •  逝去的感伤
    2021-02-05 02:38

    You need to instanciate your navigation controller after your main view. So that you will be able to manage rotation in each view.

    If your AppDelegate RootViewController is a navigation controller, you will not be able to manage rotation with native functions.

提交回复
热议问题