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.
 
 
 
 
Oleksandr Karpovich 4c01cbdec7
Update kotlin version in examples (#4844)
4 months ago
..
gradle/wrapper Migrate all samples to the new resources library (#4386) 7 months ago
iosApp Small changes in iOS interop examples (#3813) 11 months ago
shared Update kotlin version in examples (#4844) 4 months ago
.gitignore ios interop examples (#3582) 1 year ago
README.md Small changes in iOS interop examples (#3813) 11 months ago
build.gradle.kts Update kotlin version in examples (#4844) 4 months ago
gradle.properties Update kotlin version in examples (#4844) 4 months ago
gradlew ios interop examples (#3582) 1 year ago
gradlew.bat ios interop examples (#3582) 1 year ago
screenshot.png Small changes in iOS interop examples (#3813) 11 months ago
settings.gradle.kts Update kotlin version in examples (#4844) 4 months ago

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