Clickable area of SwiftUI Picker overlapping – Ios swift
I am currently trying to create a page with three adjacent Picker views inside of an HStack as seen below: I made a CustomPicker view where I limit the frame to 90 x 240, and then use .compositingGroup() and .clipped()…