2019年6月3日 星期一

iOS swift 5: About "Unprintable ASCII character found in source file"

"Unprintable ASCII character found in source file"
有一些中文字在 swift String Source Code中就會發生

解決方案來源:
  iOS - 關於多國語系的那些事(Localization)
  iOS - 在 App 內切換語系

解決方法
 把中文字串放到 Localizable.strings中
  \zh-Hant.lproj\Localizable.strings
 再使用 NSLocalizedString() 取出
  let MyStriug = NSLocalizedString("56022", comment: "")

沒有留言:

張貼留言