Skip to content

Instantly share code, notes, and snippets.

@franciscoadasme
Created June 12, 2011 06:00
Show Gist options
  • Save franciscoadasme/1021291 to your computer and use it in GitHub Desktop.
Save franciscoadasme/1021291 to your computer and use it in GitHub Desktop.
Text changed notification
[[NSNotificationCenter defaultCenter] addObserver:self
selector:@selector(textDidChange:)
name:NSControlTextDidChangeNotification
object:textField];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment