gpt4 book ai didi

ios - 如何使用 Swift 3 声明一个类型为 'CNLabeledValue' 的空数组?

转载 作者:行者123 更新时间:2023-11-28 21:21:29 24 4
gpt4 key购买 nike

用于 iOS 9 的代码是:

var valuesArray : [CNLabeledValue] = []

但我不知道如何在 Swift 3 中做到这一点。

最佳答案

这是解决方案:

var phoneNumbers : [CNLabeledValue<CNPhoneNumber>] = []

正如 OOPer 在 this post 中指出的那样:

CNLabeledValue's generic parameter is declared as <ValueType : NSCopying, NSSecureCoding>. So, in this case, you can choose any type which conforms to NSCopying and NSSecureCoding. NSString does and String does not.

关于ios - 如何使用 Swift 3 声明一个类型为 'CNLabeledValue' 的空数组?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39669645/

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