Post

Replies

Boosts

Views

Activity

User interface style for NSToolbar on Catalyst
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.
2
0
1.7k
Apr ’22
How to create macOS app without storyboard?
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?
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
13
Boosts
0
Views
13k
Activity
Jul ’22
Updates for existing users while App not visible in App Store
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?
Replies
0
Boosts
0
Views
524
Activity
May ’22
User interface style for NSToolbar on Catalyst
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.
Replies
2
Boosts
0
Views
1.7k
Activity
Apr ’22
Color for NSToolbarItem in Catalyst App
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?
Replies
0
Boosts
0
Views
623
Activity
May ’21