python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Ask for the Documents permission in a sandboxed app
I am writing a Mac app in SwiftUI and would like to display a live-updated list of documents and folders with the ability to edit the files.
First, users selects any folder with Open File Dialog and t...
Boris Y.
Votes: 0
Answers: 1
Covering a CALayer with a CGImage
I have a CGImage that I want to show in a CALayer. Setting the content and the gravity to the bottom-left works like expected.
layer.contents = cgimage
layer.contentsGravity = .bottomLeft
Now I want...
tcurdt
Votes: 0
Answers: 2
How to add a plus button next to the disclosure button for group row in NSOutlineView?
I would like to add a button next to the disclosure button like in Mail.app.
And I don't want to do it like this in Photos.app.
I had a look at the answers in this question but they are about custom...
user10711707
Votes: 0
Answers: 0
In SwiftUI for MacOS, How to make ignore mouse event for view?
I got way to ignore mouse event for NSWindow. Surely It makes all window rect disable for mouse event.
I want to know ignore mouse event for NSView(part of window)
How can I make only red rect to ign...
Retriever
Votes: 0
Answers: 1