Skip to content

Commit 7953c89

Browse files
committed
Merge branch 'main' of github.com:GuilhE/KMP-ComposeUIViewController
2 parents dea890a + d8ab92f commit 7953c89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ struct SomeView: View {
199199
## Sample
200200
For a working [sample](sample) open `iosApp/Gradient.xcodeproj` in Xcode and run standard configuration or use KMP plugin for Android Studio and choose `iosApp` in run configurations.
201201

202-
You'll find three different use cases:
202+
You'll find different use cases:
203203
- `GradientScreenCompose`: A screen rendered entirely in Compose (UI+state) and embedded in iOS;
204204
- `GradientScreenMixedA`: A screen rendered entirely in Compose with its state controlled by iOS;
205205
- `GradientScreenMixedB`: A screen rendered in Compose with a SwiftUI View embedded in it, and the state controlled by iOS;

0 commit comments

Comments
 (0)