python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
SwiftUI VStack cell onTap acting strange
I have a bunch of cells in a vertical scroll view, but am seeing some weird behavior from the onTapGesture and fullScreenCover for those cells. When I click on a cell, it registers the correct cell in...
Noah Iarrobino
Votes: 0
Answers: 1
How can I get CGRect of tapped rectangle in ScrollView?
Hello, I want to know the CGRect(coordinates and width/height) of dynamic size rectangle which user tapped in ScrollView.
Is there any way to get this?
Jaekyung You
Votes: 0
Answers: 1
SwiftUI Horizontal ScrollView onTapGesture is Off
I am experiencing some very odd behavior from a Horizontal ScrollView, it seems as if the clickable frame of the cells are offset. For example, if you click on left half of the first cell it will regi...
tHatpart
Votes: 0
Answers: 2
SwiftUI Mac: Adding buttonStyle Makes Button Click Propagate to Parent
I am trying to create a situation in a SwiftUI Mac app where when I click a Button inside a parent view, only the Button's action is trigger—not any of the tap gestures attached to its parent.
Here is...
Clifton Labrum
Votes: 0
Answers: 1