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.
 
 
 
 
Konstantin e8e7afa795
Migrate all samples to the new resources library (#4386)
9 months ago
..
gradle/wrapper Migrate all samples to the new resources library (#4386) 9 months ago
iosApp Small changes in iOS interop examples (#3813) 1 year ago
shared Migrate all samples to the new resources library (#4386) 9 months ago
.gitignore
README.md Small changes in iOS interop examples (#3813) 1 year ago
build.gradle.kts
gradle.properties Compose 1.6.0 9 months ago
gradlew
gradlew.bat
screenshot.png Small changes in iOS interop examples (#3813) 1 year ago
settings.gradle.kts

README.md

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