How are UIBarItems set to blue and red color?
What properties are there for the items to allow this?
Well, one property you can set to give a UIBarButtonItem a blue color is to set the style property to UIBarButtonItemStyleDone.
You could set the tintColor property on your UIToolBar which will also tint any UIBarButtonItems in the bar.