Post

Replies

Boosts

Views

Activity

Reply to iPadOS 26 - Status bar overlaps with navigation bar
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:
11h
Reply to iPadOS 26 - Status bar overlaps with navigation bar
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:
Replies
Boosts
Views
Activity
11h