python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
MacOS swift ui view where there is a search field in the title bar
Create a view where there is a search field in the title bar
I would like to get an effect similar to what does Xcode when you try to clone a report.
Where there is a search bar in the center.
The th...
Paul
Votes: 0
Answers: 1
NSWindow does not center by storyboard settings or programmatically
I have made an MacOS application with two windows. The first one is a fixed loading window, that only appear for a few seconds while loading the content for the main window.
The loading window is a sm...
Simon Degn
Votes: 0
Answers: 0
Prevent transparent NSWindow with a ContentView using blendMode from flickering
The following creates a transparent NSWindow with a ContentView that uses blendMode to create a colour filter overlay effect so that everything behind the window appears blended (grey monochrome in th...
hillmark
Votes: 0
Answers: 1
Enable fullscreen for floating window in macOS app
I set the app windows to floating, to keep them on top:
NSApplication.shared.windows.forEach { window in
window.level = .floating
}
However, this disables the fullscreen mode:
The green window b...
bzyr
Votes: 0
Answers: 1