gpt4 book ai didi

swift - Paintcode 中 "StyleKitSettableImage"的重新声明无效

转载 作者:行者123 更新时间:2023-11-28 08:31:49 26 4
gpt4 key购买 nike

我有两个 Paintcode Stylekit swift 类将两个不同的图像写入两个不同的 View 。第一个效果很好,但是当我导入第二个时,这两个功能

@objc protocol StyleKitSettableImage {
func setImage(image: UIImage!)
}

@objc protocol StyleKitSettableSelectedImage {
func setSelectedImage(image: UIImage!)
}

有一个红色警告,StyleKitSettableImageStyleKitSettableSelectedImage 的重新声明无效。我知道无效的重新声明意味着有两个同名的函数,但是这些函数在两个不同的类中。所以问题是:如果我必须在 Xcode 中导入更多的 StyleKit 类,我该如何修复这个错误?

编辑:也许我必须只有一个包含所有绘图方法的样式工具包文件?

最佳答案

好的,我必须创建一个 StyleKit 类,其中包含我需要的 Canvas ;没有更多的类(class)

关于swift - Paintcode 中 "StyleKitSettableImage"的重新声明无效,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38718822/

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