Hello!
I am investigating if there is any way to force SwiftUI's LocalizedStringKey that uses a bundle other than the default. Although Text allows you to indicate the bundle, other components such as Textfield or Button do not allow it.
Would there be any way to force a specific bundle for all LocalizedStringKey?
Thanks!
Post
Replies
Boosts
Views
Activity
Hi,
Is there any way to return cached URLSession response and then reload and return?
I want show cached response while load last version of API call, and if reload works fine, show the latest version of response and in case os failure, show cached response (if exists)
Thanks!