python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to iterate through subviews in Swift for macOS and return object types
After finding this question and answers, I thought I would try to reduce the size of my code considerably by looping through various objects in the view and set parameters.
I cannot use the tag value ...

SouthernYankee65
Votes: 0
Answers: 1
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
windowShouldClose event not triggered after setting delegate
I need to check if the user has clicked the close button and show an alert before closing the form.If the user selects an option the program should not be terminated. For this, I'm doing the following...

techno
Votes: 0
Answers: 0
Does an NSFilePromiseProviderDelegate need to be also an NSView or NSViewController?
I am going through the AppKit tutorial Supporting Drag and Drop Through File Promises. I downloaded the demo app.
I tried to extract the NSFilePromiseProviderDelegate functionality from the ImageCanva...
bzyr
Votes: 0
Answers: 1