gpt4 book ai didi

swift - 裁剪图像出现错误

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

我正在尝试为我的 Xcode 项目实现裁剪 pod。

我收到此错误,我不确定原因。

谁能帮忙。

   let imageRef = imageToCrop!.cgImage!.cropping(to: visibleRect)
let result = UIImage(CGImage: imageRef!, scale: imageToCrop!.scale,
orientation: imageToCrop!.imageOrientation)

return result
}

但是出现这个错误

Ambiguous use of 'init(CGImage:scale:orientation:)'

最佳答案

init(cgImage:scale:orientation:)不是 init(CGImage:scale:orientation:)

let result = UIImage(cgImage: imageRef!, scale: imageToCrop!.scale, orientation: imageToCrop!.imageOrientation)

关于swift - 裁剪图像出现错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44135064/

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