gpt4 book ai didi

swift - 为什么我的警报 View Controller 不工作

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

let alert = UIAlertController(title: "Title", message: "message", preferredStyle: UIAlertControllerStyle.alert)
alert.addAction(UIAlertAction(title: "Cancel", style: UIAlertActionStyle.cancel, handler: nil))
alert.addAction(UIAlertAction(title: "Title", style: UIAlertActionStyle.default, handler: { action in self.alertFunc() }))

如果我构建这个,警报 View 不会出现。我错过了什么?

附言我知道有一些类似的问题,但是很难找出他们有什么而我错过了什么

最佳答案

您必须在您的 View 中显示警报 View 。

self.present(alert, animated: true, completion: nil)

关于swift - 为什么我的警报 View Controller 不工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46496784/

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