How do I notify system when supportedInterfaceOrientations changes?
问题 My root view controller's implementation of supportedInterfaceOrientations almost always returns UIInterfaceOrientationMaskAll , however there is one edge case where it returns UIInterfaceOrientationMaskLandscape . This is working, if the user rotates the device. However if the device is being held in portrait mode the supportedInterfaceOrientations method does not ever get called, unless the user manually rotates the device. How can I programatically tell the system that the return value of