Here\'s my code that creates the UIAlertController
// Create the alert controller var alertController = UIAlertController(title: \"Are you sure you want
After some trial and error, I found this worked. Hopefully this will help future swift newcomers!
alertController.view.tintColor = UIColor.blackColor()