#

cocoa

Apple's Cocoa framework for macOS application development

ProgrammingFix SDL3 Window Resize Bug: 72px/0px Jumps on macOS

Solve the SDL3 window resize bug where dimensions jump to 72px or 0px during live resizing on macOS. Official fix in SDL 3.4.0, plus workarounds like event debouncing and size clamping for Cocoa backend issues.

1 answer 1 view
ProgrammingWhat Does the NS Prefix Mean in Cocoa Development?

The NS prefix in Cocoa and Cocoa Touch class names stands for NeXTSTEP, originating from NeXT's operating system in the late 1980s. Learn about its historical significance in Apple's development frameworks.

1 answer 2 views
ProgrammingAppleScript Object Specifier for Shared Cocoa Objects

Assign stable UUIDs, expose an app-level resolver, and return NSUniqueIDSpecifier so AppleScript recognizes shared Cocoa objects as identical. Fast and stable.

1 answer 1 view