Reading List
_eventFirstResponderChainDescription from Michael Tsai RSS feed.
_eventFirstResponderChainDescription
Stephan Casas: AppKit includes a private category on NSApplication that adds _eventFirstResponderChainDescription — a string describing the current responder chain. This can be a really useful debugging tool!When your views aren’t handling input events in the way you’d expect, consider dropping this extension into your project to see what’s what[…] Update (2024-03-25): You can also […]