Question

How can I know when an NSTextField has rec'd focus?

Is there a delegate method that will tell me when the user has clicked the mouse in (or otherwise selected) my NSTextField?

thanks

tom

Was it helpful?

Solution

Subclass NSTextField and override -becomeFirstResponder.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top