phrase/ios-sdk
phrase/ios-demo-app
Installation
carthage update --use-xcframeworks after adding the entry. You can also download the latest release manually and link PhraseSDK.xcframework as a binary.
Setup
Callsetup before any strings are displayed, typically in AppDelegate.application(_:didFinishLaunchingWithOptions:) or at the entry point of your SwiftUI app:
Fetching and applying translations
applyPendingUpdates() makes the new strings visible immediately. If omitted, they take effect on the next cold launch.