Answers for "SwiftUI cant tap in spacer of HStack"

0

SwiftUI cant tap in spacer of HStack

HStack {
  ...
}
.contentShape(Rectangle())
.onTapGesture { ... }
// OnTapGesture swiftui not working blank spaces
Posted by: Guest on March-17-2022
0

SwiftUI cant tap in spacer of HStack

HStack {
  ...
}
.contentShape(Rectangle())
.onTapGesture { ... }
Posted by: Guest on March-17-2022

Code answers related to "Swift"

Browse Popular Code Answers by Language