https://kotlinlang.org logo
Title
h

Hasnain

02/24/2023, 7:59 AM
i have a question about Native UX for IOS development using KMM? Is XCode still necessary for the screens or can it all be done in android studio?
d

Daniele B

02/25/2023, 4:47 PM
XCode is necessary to run the app
l

louiscad

03/01/2023, 12:35 AM
You can do UIKit in Kotlin, technically. Some people do it. You can also hack around and get Compose UI on iOS, though it's experimental and not even official.
h

Hasnain

03/01/2023, 12:40 AM
Would you say kotlin + uikit is more stable than the latter?
k

Kevin S

03/01/2023, 4:01 PM
I would definitely recommend using XCode for Screens, especially if you want to use SwiftUI. Like Louis said you can technically do it in Kotlin but it’s not recommended
l

louiscad

03/01/2023, 4:07 PM
You say it's not recommended. At least, UIKit is stable and usable on all iOS versions. I'd not rule it out.