gpt4 book ai didi

ios - 如何在 Swift 的 UIAlertController 中为 addTextField 设置默认文本

转载 作者:行者123 更新时间:2023-11-28 06:30:10 24 4
gpt4 key购买 nike

下面是我试过的代码。 textField.placeholder 完美运行,我需要为使用 UIAlertController 中的 addTextField 创建的文本字段设置默认文本。

      let getPinNameAlert = UIAlertController(title: title, message: message, preferredStyle: .alert)
getPinNameAlert.addTextField(configurationHandler: { (textField) -> Void in
// textField.placeholder = "Pin Name"
textField.text = "Current Pin Name"
textField.keyboardType = UIKeyboardType.default
textField.clearsOnBeginEditing = true
})

最佳答案

删除行 textField.clearsOnBeginEditing = true

默认情况下,警报会自动聚焦在文本字段上,这就是您设置的文本被清除的原因。

关于ios - 如何在 Swift 的 UIAlertController 中为 addTextField 设置默认文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40570922/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com