Skip to content

Instantly share code, notes, and snippets.

@lancebecker
Created October 29, 2010 03:22
Show Gist options
  • Save lancebecker/652835 to your computer and use it in GitHub Desktop.
Save lancebecker/652835 to your computer and use it in GitHub Desktop.
Setting an NSTextField text color to black
-(void) styleTextField {
[textField setTextColor:[NSColor blackColor]];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment