We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 747c803 commit 4078958Copy full SHA for 4078958
Example/iOS/ExampleView.swift
@@ -28,7 +28,7 @@ struct ExampleView: View {
28
Text("Full swiped example")
29
.font(.largeTitle)
30
31
- Text("destructive full swipe role")
+ Text("destructive swipe role ⬇️")
32
.font(.title)
33
34
ScrollView {
@@ -110,7 +110,7 @@ struct ExampleView: View {
110
Alert(title: Text(selectedAction), dismissButton: .cancel())
111
}
112
113
- Text("Non-destructive full swipe role")
+ Text("non-destructive swipe role ⬇️")
114
115
116
VStack(spacing: 0) {
0 commit comments