Compose Multiplatform — managing UI State on iOS | by Guilherme Delgado | Aug, 2023
When you use Compose Multiplatform on iOS, the Kotlin code for your UI is compiled to native code using Kotlin/Native. This native code is then used to create a UIKit-based UI that runs on the iOS platform. Compose Multiplatform for iOS provides the Kotlin APIs…
Mobile App Development
0