Post

Replies

Boosts

Views

Activity

Comment on Xcode26 build app with iOS26, UISplitViewController UI issue
splitVC.preferredSplitBehavior = UISplitViewControllerSplitBehaviorTile; splitVC.preferredDisplayMode = UISplitViewControllerDisplayModeOneBesideSecondary; the primary view controller still overlays the secondary one. On macOS 15 / Xcode 16 this worked as expected (side-by-side), but on macOS 15 / Xcode 26 the behavior changed and the primary view now covers the secondary. This seems to be a regression or a new behavior introduced in the latest SDK.
Topic: UI Frameworks SubTopic: UIKit Tags:
Sep ’25
Comment on Xcode26 build app with iOS26, UISplitViewController UI issue
I also encountered this issue. When I set: splitVC.preferredSplitBehavior = UISplitViewControllerSplitBehaviorTile; splitVC.preferredDisplayMode = UISplitViewControllerDisplayModeOneBesideSecondary; the primary view controller still overlays the secondary one. On macOS 15 / Xcode 16 this worked as expected (side-by-side), but on macOS 15 / Xcode 26 the behavior changed and the primary view now covers the secondary. This seems to be a regression or a new behavior introduced in the latest SDK.
Topic: UI Frameworks SubTopic: UIKit Tags:
Sep ’25
Comment on Xcode26 build app with iOS26, UISplitViewController UI issue
I'll try this way in a few moments.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Oct ’25
Comment on Xcode26 build app with iOS26, UISplitViewController UI issue
splitVC.preferredSplitBehavior = UISplitViewControllerSplitBehaviorTile; splitVC.preferredDisplayMode = UISplitViewControllerDisplayModeOneBesideSecondary; the primary view controller still overlays the secondary one. On macOS 15 / Xcode 16 this worked as expected (side-by-side), but on macOS 15 / Xcode 26 the behavior changed and the primary view now covers the secondary. This seems to be a regression or a new behavior introduced in the latest SDK.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Sep ’25
Comment on Xcode26 build app with iOS26, UISplitViewController UI issue
I also encountered this issue.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Sep ’25
Comment on Xcode26 build app with iOS26, UISplitViewController UI issue
I also encountered this issue. When I set: splitVC.preferredSplitBehavior = UISplitViewControllerSplitBehaviorTile; splitVC.preferredDisplayMode = UISplitViewControllerDisplayModeOneBesideSecondary; the primary view controller still overlays the secondary one. On macOS 15 / Xcode 16 this worked as expected (side-by-side), but on macOS 15 / Xcode 26 the behavior changed and the primary view now covers the secondary. This seems to be a regression or a new behavior introduced in the latest SDK.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Sep ’25
Comment on Regression in UITabBarController on Catalyst when building under Xcode 16
So, what about the UINavigationBar. My navigationItems moved to top bar, maybe we should call it toolbar. Now my actions are different from what on iOS.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Nov ’24
Comment on Xcode 14 Beta 5: [<_UINavigationBarContentViewLayout valueForUndefinedKey:]: this class is not key value coding-compliant for the key inlineTitleView.
It works for me! Thank you.
Replies
Boosts
Views
Activity
Sep ’22