You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

411 B

Compose Multiplatform in SwiftUI

This example shows how to use Compose Multiplatform inside an iOS Application written in SwiftUI.

Entry point is struct ContentView in file ContentView.swift.

Compose entry point is fun ComposeEntryPoint(): UIViewController in file main.ios.kt.

screenshot.png