Join Slack
Powered by
Is it possible to use Compose Resources to share s...
# multiplatform
b
Benjamin Deroche
07/02/2024, 2:31 PM
Is it possible to use Compose Resources to share strings with an iOS ui made with SwiftUI? For example:
Copy code
let testString: LibraryStringResource = Res.string().app_name
get me the app name as a
LibraryStringResource
but what now? How does I transform that to a usable Swift String?
6
Views
Open in Slack
Previous
Next