How to change UIAlertController height?

后端 未结 5 1761
轻奢々
轻奢々 2020-12-05 18:52

I created an UIAlertController

let alertC = UIAlertController(title: \"Title\", message: \"Message\", preferredStyle: UIAlertControllerStyle.Alert)
alertC.ad         


        
5条回答
  •  不思量自难忘°
    2020-12-05 19:22

    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.

提交回复
热议问题