I\'m use the following code to present a UIAlertController action sheet with the item text as red. I\'ve used the tint property to set the color.
UIAlertCont
Update for Swift 4, Xcode 9
private static func setupAppearanceForAlertController() { let view = UIView.appearance(whenContainedInInstancesOf: [UIAlertController.self]) view.tintColor = .black }