🤘
Coding
Pinned Loading
-
ViewLocale - SwiftUI custom modifier...
ViewLocale - SwiftUI custom modifier, with autocompleting locale identifiers, to easily and quickly preview localized views 1// A simple custom modifier, with autocompleting locale identifiers, to easily preview localized views
2struct ViewLocale: ViewModifier {
3enum Identifier: String {
4case english = "en"
5case french = "fr"
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.