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]];
1.4m articles
1.4m replys
5 comments
57.0k users