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>
According to the documentation:
This property is not valid for all button types.
You need to switch your buttonType to another one of these. (Unfortunately, the documentation does not specify which specific button types support this property.)
buttonType