- iOS 5: Text Color for UIBarButtonSystemItemAdd
- NSMutableDictionary *attributes = [NSMutableDictionary dictionary];
- [attributes setValue:[UIColor blackColor] forKey:UITextAttributeTextColor];
- [[UIBarButtonItem appearance] setTitleTextAttributes:attributes forState:UIControlStateNormal];