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)
AppKit prevent tracking area updates
Some built in AppKit components temporarily "pause" NSTrackingArea updates while their content is being scrolled or resized. For example, if you inspect tracking areas using the Quartz Debug...
Adam S
Votes: 0
Answers: 0
MacOS: NSDraggingItem as both fileURL and data
My app shows a list of files (images, videos, audios, texts), similar to Finder.
I use LazyVGrid, instead of List or Table views, because I want to render a grid, not just rows.
I want to enable dragg...
bzyr
Votes: 0
Answers: 1
NSTextView scroll adjustment when typing at end of document
I have a NSTextView with a pretty big bottom indentation. I'm using textDidChange delegate method to adjust some attributes in the text whenever it is changed.
When typing at the edge of the screen an...
Tritonal
Votes: 0
Answers: 0
How to disable ESC to exit full screen in Mac catalyst (or in AppKit)
Our App is a fullscreen app, but user can still exit fullscreen mode by press ESC, I wonder how to disable ESC to exit fullscreen, and disable cmd+ctrl+f to enter fullscreen

Monzy Zhang
Votes: 0
Answers: 0