I created an UIAlertController
let alertC = UIAlertController(title: \"Title\", message: \"Message\", preferredStyle: UIAlertControllerStyle.Alert) alertC.ad
Since I did not have a message to input I added lines with "\n \n \n" in the message field to make the alert controller height longer.