[Solved] Change UIButton’s default titleColor


Use appearance as you do for setting global appearance (all buttons) and instance method [button setTitleColor:[UIColor blackColor] forState:UIControlStateNormal]; for setting a color just for one button.

3

solved Change UIButton’s default titleColor