Hi everyone, I have 7 buttons on my app and I need to change the text color of the button that has been pressed, to do that I use this code:
Code:
[buttonA setTitleColor:[UIColor redColor] forState: UIControlStateNormal];
but obviously when I change the text color of a button I need to put back the Default text color to the other 6 buttons... and I really don't know how to do it... how can I put back the Default initial text color of a button?
Thanks to anyone will help...
Peace
Massy