I would like to create a macOS app without using Interface Builder.How must the Xcode macOS app template be modified after deleting Main.storyboard and its corresponding Info.plist lineto show a single simple window at startup?
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Due to some problems with my app, I would like to make it "invisible" in the App Store for a while to stop acquiring new users, but I would like to be able to publish bugfix updates for the existing users.
Is this possible somehow?
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect
Tags:
App Store Connect
App Store
Hi,
in my app the user can choose between a light and a dark appearance.
This is done by setting the overrideUserInterfaceStyle of the window.
On macOS (Catalyst) the app uses an NSToolbar, which always appears in the mode set for the system, regardless what ist set for the overrideUserInterfaceStyle of the window (see screenshot).
Since this is not a good visual impression, I would like to know how I can set light/dark mode for the NSToolbar too.
I would like to change the color of the icon and the label of a NSToolbarItem in my Catalyst app, just like assigning a tint color to a UIButton.
How can I do this?