You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -199,7 +199,7 @@ struct SomeView: View {
199
199
## Sample
200
200
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.
201
201
202
-
You'll find three different use cases:
202
+
You'll find different use cases:
203
203
-`GradientScreenCompose`: A screen rendered entirely in Compose (UI+state) and embedded in iOS;
204
204
-`GradientScreenMixedA`: A screen rendered entirely in Compose with its state controlled by iOS;
205
205
-`GradientScreenMixedB`: A screen rendered in Compose with a SwiftUI View embedded in it, and the state controlled by iOS;
0 commit comments