How can I change the color of the UIAlertView button title.
UIAlertView
Actually, you can change the tint color of the view of the UIAlertController in iOS8.
UIAlertController *alertController = .... [alertController.view setTintColor:[UIColor greenColor]];