gpt4 book ai didi

ios - 使用 KeyPath 编辑效果属性

转载 作者:可可西里 更新时间:2023-11-01 00:39:16 24 4
gpt4 key购买 nike

尝试用这个编辑 AKCompressor 属性:

let compressor = AKCompressor()
compressor[KeyPath: \AKCompressor.threshold ] = 3

遇到这个错误... 类型“AKCompressor”没有下标成员

与其他效果相同。需要使用 KeyPath 访问属性以统一一个类中的一些效果

最佳答案

你打错了,

var compressor = AKCompressor()
compressor[keyPath: \AKCompressor.threshold ] = 3

注意,下标keyPath不是KeyPath

此外,请确保 AKCompressor if 是一个结构,即 var。可变的。

关于ios - 使用 KeyPath 编辑效果属性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49361289/

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