是否可以本地化CSSearchableItemAttributeSet for Core Spotlight中使用的内容描述?我没有做到这一点,而且我找不到关于它的信息。
let attributeSet = CSSearchableItemAttributeSet(itemContentType: kUTTypeImage as String)
attributeSet.contentDescription = NSLocalizedString("contentDescription", comment: "")发布于 2015-09-28 21:55:22
https://stackoverflow.com/questions/32821476
复制相似问题