gpt4 book ai didi

swift - 如何快速更新当前的 alertview 标题?

转载 作者:行者123 更新时间:2023-11-28 12:45:25 26 4
gpt4 key购买 nike

我使用“UIAlertController”和“presentViewController”来显示警报 View ,如下所示

        let deviceName = bleManager.activePeripheral?.name
let alert = UIAlertController(title: "Connecting...", message: deviceName, preferredStyle: UIAlertControllerStyle.Alert)
presentViewController(alert, animated: true, completion: nil)

现在我想将当前标题从“Connecting”更新为“Searching”,但是 alertview 无法关闭。

怎么做?

最佳答案

您可以将警报对象存储在属性中,并在需要时访问和更新它。

这包括更改标题或添加操作。

关于swift - 如何快速更新当前的 alertview 标题?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38244664/

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