I also reproduced this issue, and it seems that the UIStatusBarHidden solution cannot resolve it.
When setting the status bar to be hidden on a specific page (such as a landscape player page), after exiting the landscape mode on that page and navigating to other pages, all pages encounter problems.
class CustomRightViewController: UIViewController {
override var prefersStatusBarHidden: Bool {
return true
}
}
Topic:
UI Frameworks
SubTopic:
UIKit
Tags: