Does RemafoX work with UIKit/AppKit apps or is it SwiftUI-only? #53
-
I watched the explanation videos and in them SwiftUI is being used to show off the usage of RemafoX. Does that mean it only works with SwiftUI or are UIKit and AppKit apps also supported? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
RemafoX neither cares nor knows about the UI library you use in your project. Any project localized with Xcode's native localization tools (Strings and Stringsdict files) is supported, including For |
Beta Was this translation helpful? Give feedback.
RemafoX neither cares nor knows about the UI library you use in your project. Any project localized with Xcode's native localization tools (Strings and Stringsdict files) is supported, including
UIKit
,AppKit
, andSwiftUI
apps.For
UIKit
andAppKit
apps, always pressInsert as String
in the Add Translation window to get aString
in code. TheInsert as LocalizedStringKey
button is only there to support a SwiftUI-specific feature where in SwiftUI previews you can view the same view in multiple languages side-by-side, as you can see in this screenshot for the first of the twoText
views: