How can I change the color of the UIAlertView button title.
UIAlertView
for Swift 3, use:
alertController.view.tintColor = UIColor.red
AFTER you present your alert controller