Skip to content

Instantly share code, notes, and snippets.

@tangyumeng
Created January 13, 2014 03:19
Show Gist options
  • Save tangyumeng/8394160 to your computer and use it in GitHub Desktop.
Save tangyumeng/8394160 to your computer and use it in GitHub Desktop.
<pre><code>
NSDictionary *dictionary = [NSDictionary dictionaryWithObjectsAndKeys:
[UIColor whiteColor], UITextAttributeTextColor, nil];
[[UINavigationBar appearance] setTitleTextAttributes:dictionary];
</code></pre>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment