We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4078958 commit 190bc21Copy full SHA for 190bc21
Example/iOS/ExampleView.swift
@@ -323,7 +323,6 @@ struct ExampleView: View {
323
.contentShape(Rectangle())
324
.background(Color(UIColor.systemBackground))
325
.onTapGesture {
326
- print("on cell tap!")
327
}
328
.addSwipeAction(menu: .swiped,
329
state: $state) {
@@ -365,6 +364,8 @@ struct ExampleView: View {
365
364
.padding(.horizontal, 16)
366
.frame(width: UIScreen.main.bounds.size.width - 32, height: 80)
367
+ .onTapGesture {
368
+ }
369
.addSwipeAction(edge: .trailing,
370
371
Button {
0 commit comments