Post

Replies

Boosts

Views

Activity

Reply to Popover controls are missing content after upgrade to MacOS 15.3.2
A note here – if you implement application(_ application: UIApplication, supportedInterfaceOrientationsFor window: UIWindow?) -> UIInterfaceOrientationMask in your App Delegate, then you must also return .all for your Mac idiom there too.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Nov ’25
Reply to Popovers are broken on Catalyst builds without portrait support
Just a note here – if you implement application(_ application: UIApplication, supportedInterfaceOrientationsFor window: UIWindow?) -> UIInterfaceOrientationMask in your App Delegate, then you must also return .all for your Mac idiom too.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Nov ’25