Hello, teachers, I am fresh man for multiplatform....
# multiplatform
a
Hello, teachers, I am fresh man for multiplatform. I have a android app written by jetpack compose, can multiplatform transform it to swiftUI for IOS directly?
🚫 1
d
Not SwiftUI - to Compose Multiplatform on iOS; the answer is 'almost, yes'.
You can have it either way you like - if your App is architected cleanly enough to present a 'state' to the View, then you could decide to write a SwiftUI layer and bind it to the existing presentation logic.
Or you can 'massage' the existing Compose View code into Compose Multiplatform source-set and have it compile directly for iOS; this results in a material design, canvas rendered look, not native.