Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [onlongpressgesture]

The tag has no usage guidance.

onlongpressgesture
1 vote
0 answers
38 views

how to detect a longPressGesture on a tabItem label

I am unable to figure out how to detect a long press on the label of a tabItem. Here is some example code: struct ContentView: View { var body: some View { TabView { Text("...
koen's user avatar
  • 5,651