gpt4 book ai didi

swift - 在全局方法中创建 UIAlertController

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

<分区>

我的应用程序中有如下几个四行 block ,用于根据用户的"is"或“否”操作决定流程

let alert = UIAlertController(title: "Delete", message: "Really delete?", preferredStyle: .alert)
alert.addAction(UIAlertAction(title: "Yes", style: .destructive, handler: {(action) in self.deleteHistoryRecord(forRecordID: self.shistIDs[indexPath.row])}))
alert.addAction(UIAlertAction(title: "No", style: .default, handler: nil))
self.present(alert, animated: true, completion: nil)

我想用前三行创建全局应用程序方法/函数并返回是/否标志。管理处理程序闭包以在调用方中调用正确方法的最佳方法是什么?

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