Friday, February 5, 2016

How to change UIAlertView button color in iOS previous versions

You can use this code to change it.

[[UIView appearance] setTintColor:[UIColor redColor]];

No comments:

Post a Comment