Post

Replies

Boosts

Views

Activity

Reply to iOS16 change orientaion
I am also seeing a very strange issue with orientation. I am changing the orientation with requestGeometryUpdate. Sometimes it changes it correctly and sometimes it did not change the orientation. I am trying to change the orientation to portrait and in the error message it says "None of the requested orientations are supported by the view controller" but it supports "portrait, landscapeLeft, landscapeRight". Error Message: sample[1233:173290] Error Occured while changing orientation of app : Error Domain=UISceneErrorDomain Code=101 "None of the requested orientations are supported by the view controller. Requested: portrait; Supported: portrait, landscapeLeft, landscapeRight" UserInfo={NSLocalizedDescription=None of the requested orientations are supported by the view controller. Requested: portrait; Supported: portrait, landscapeLeft, landscapeRight}
Sep ’22