Calling the attemptRotationToDeviceOrientation() API on the main thread worked for me (on iOS 16 beta 7).
DispatchQueue.main.async {
UIViewController.attemptRotationToDeviceOrientation()
}
Topic:
UI Frameworks
SubTopic:
UIKit
Tags: