Posts

Post not yet marked as solved
2 Replies
As far as I can tell these menu items are added at runtime when multiwindow support is enabled.I actually moved away from having the menu on the storyboard. Then I can at least replace the File->New menu with my own usingfunc replace(menu replacedIdentifier: UIMenu.Identifier, with replacementMenu: UIMenuI am also replacing the entire View menu, but the show and hide tab bar menus also appear in the Windows menu and I don't want to hide that.What is really needed is for UIWindow on Mac Catalyst to expose the `tabbingMode` property that NSWindow has.