UIBarButtonItem に使用しているもののように、UIToolBar ボタンのタイトルのタイトルの色を変更する簡単な方法はありますか?
[[UIBarButtonItem appearance]
setTitleTextAttributes:
[NSDictionary dictionaryWithObjectsAndKeys:[UIColor redColor],
UITextAttributeTextColor,nil]
forState:UIControlStateNormal];