gpt4 book ai didi

ios - XLFormDescriptor 在 Swift 中使用 Title 进行初始化

转载 作者:搜寻专家 更新时间:2023-11-01 05:58:30 25 4
gpt4 key购买 nike

为什么这行得通:

let formFescriptor = XLFormDescriptor(title: "Sign Up");

还有这个:

let formFescriptor = XLFormDescriptor(title: NSLocalizedString("Sign Up", comment: nil));

给我错误:

Cannot invoke initializer for type 'XLFormDescriptor' with an argument list of type '(title: String)'

为什么?

最佳答案

NSLocalizedString 具有非可选注释,而您将 nil 传递给它。将注释更改为在上下文中有意义的内容,这样 NSLocalizedString 以及 XLFormDescriptor 将被正确初始化。

关于ios - XLFormDescriptor 在 Swift 中使用 Title 进行初始化,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31854939/

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