[Swift] IAP SKProduct price with local currency 發佈日期: 2021 年 7 月 10 日2021 年 7 月 10 日 作者: Sky Leong extension SKProduct { var localizedPrice: String { let formatter = NumberFormatter() formatter.numberStyle = .currency formatter.locale = priceLocale return formatter.string(from: price)! } } 相關文章VS Code python formatter (Black Formatter)Apache建立virtual hostWordpress nginx設定檔vs-code-python設定interpreter