Issues with custom NSView subclass drawing on macOS 13.6 when resizing
👀 Views: 0
💬 Answers: 1
📅 Created: 2025-06-12
macos cocoa nsview
I'm experiencing a problem with a custom `NSView` subclass where the drawing isn't updating properly when the view is resized on macOS 13.6. I've overridden the...