How can I change the color of the UIAlertView button title.
UIAlertView
try this:
[[UIView appearance] setTintColor:[UIColor whiteColor]];