My build target is set for IOS5 which is where I understand UIButton.tintColor was introduced...
UIButton.tintColor
I have this in my viewDidLoad for the View Controller>
Simply use:
[yourButton setBackgroundImage:[yourButton.currentBackgroundImage imageWithRenderingMode:UIImageRenderingModeAlwaysTemplate] forState:UIControlStateNormal]; [yourButton setTintColor:[UIColor blackColor]];