How can I change the color of the UIAlertView button title.
UIAlertView
I want title Ok in red color.
Ok
Actually, you can change the tint color of the view of the UIAlertController in iOS8.
UIAlertController *alertController = .... [alertController.view setTintColor:[UIColor greenColor]];
2.1m questions
2.1m answers
60 comments
57.0k users