Force device rotation with +attemptRotationToDeviceOrientation failing

后端 未结 2 1935
醉梦人生
醉梦人生 2021-01-02 13:46

According to the UIViewController docs here,

https://developer.apple.com/library/ios/documentation/uikit/reference/UIViewController_Class/Reference/Ref

2条回答
  •  佛祖请我去吃肉
    2021-01-02 14:10

    You could try to achieve something with: setStatusBarOrientation:animated: https://developer.apple.com/library/ios/documentation/uikit/reference/UIApplication_Class/Reference/Reference.html#//apple_ref/occ/instm/UIApplication/setStatusBarOrientation:animated:

    this fixed for me a similar issue.

提交回复
热议问题