Skip to content

Instantly share code, notes, and snippets.

@probablycorey
Created July 20, 2010 22:16
Show Gist options
  • Select an option

  • Save probablycorey/483687 to your computer and use it in GitHub Desktop.

Select an option

Save probablycorey/483687 to your computer and use it in GitHub Desktop.
titleAttributes = [[NSDictionary alloc] initWithObjectsAndKeys:
color, kCTForegroundColorAttributeName,
[font fontName], kCTFontNameAttribute,
[font pointSize], kCTFontSizeAttribute,
nil];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment