相关疑难解决方法(0)

所有警报对话框消息和textField都已更改为单行.请检查图像

以前所有的对话框和textField都运行良好.但不是我不知道这些TextFields如何突然变为单行三联.(就像这里的一些消息......)

    let alert = UIAlertController(title: "Cancel Booking !!", message: "Are you sure you want to cancel your booking?", preferredStyle: .alert)
    alert.addAction(UIAlertAction(title: "No", style: .default, handler: nil))
    alert.addAction(UIAlertAction(title: "Yes", style: .default, handler: self.cancelMessageDialog))
    self.present(alert, animated: true, completion: nil)
Run Code Online (Sandbox Code Playgroud)

演示1 演示3

uitextfield ios swift3 xcode8.2 uialertviewcontroller

7
推荐指数
2
解决办法
1191
查看次数