https://kotlinlang.org logo
#compose
Title
# compose
j

jamshedalamqaderi

09/19/2023, 8:11 AM
Does preview support for compose multiplatform?
p

Pablichjenkov

09/19/2023, 8:20 AM
Only desktop and android targets at the moment. For iOS, you might embed the Compose UIViewController in a swift-ui View. But not sure if there is a limitation with this approach. I believe I saw some previews in Xcode the other day, but don't recall if they were pure swift-ui or swift-ui-compose
👍 1