gpt4 book ai didi

swift - 将图像添加到操作表

转载 作者:可可西里 更新时间:2023-11-01 00:55:10 26 4
gpt4 key购买 nike

如何将 tableview 的屏幕截图添加到 UIAlertController 中的第一个“操作”?我试着那样做

let actionSheet = UIAlertController(title: nil, message: nil, preferredStyle: .actionSheet)
let action = UIAlertAction(title: NSLocalizedString("Share routine", comment: ""), style: .default, handler: { _ in
})
action.setValue(image, forKey: "image")
actionSheet.addAction(action)
actionSheet.addAction(UIAlertAction(title: NSLocalizedString("Cancel", comment: ""), style: .cancel, handler: nil))
UIApplication.topViewController()?.present(actionSheet, animated: true, completion: nil)

最佳答案

我试过你的代码,发现了一些错误

首先,使用图片代替

image.withRenderingMode(.alwaysOrigin)

如果你想把你的图片放在某个位置使用 imageView

关于swift - 将图像添加到操作表,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51401552/

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