gpt4 book ai didi

swift - 如何在 Swift 中调用 NSLocalizedStringWithDefaultValue?

转载 作者:行者123 更新时间:2023-11-30 12:01:19 25 4
gpt4 key购买 nike

NSLocalizedString in Objective-C Swift 中有一个简单的函数: NSLocalizedString(_: comment:) ,但是 Objective-C's NSLocalizedStringWithDefaultValue 的 Swift 等价物在哪里? ?

最佳答案

NSLocalizedString(_: comment:) 根本不是 Swift 函数,它实际上是 NSLocalizedString(_:tableName:bundle:value:comment:)tableNamebundlevalue 都有 default,这就是为什么不需要指定它们在常见情况下。因此,Swift 只有一个函数来处理各种 Objective-C 本地化宏的所有情况。

func NSLocalizedString(_ key: String, 
tableName: String? = default,
bundle: Bundle = default,
value: String = default,
comment: String) -> String

关于swift - 如何在 Swift 中调用 NSLocalizedStringWithDefaultValue?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47186067/

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