Skip to content

Instantly share code, notes, and snippets.

@tangyumeng
Created January 13, 2014 03:16
Show Gist options
  • Save tangyumeng/8394149 to your computer and use it in GitHub Desktop.
Save tangyumeng/8394149 to your computer and use it in GitHub Desktop.

    NSDictionary *dictionary = [NSDictionary dictionaryWithObjectsAndKeys:
                                [UIColor whiteColor], UITextAttributeTextColor, nil];
    [[UINavigationBar appearance] setTitleTextAttributes:dictionary];
 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment