79072451

Date: 2024-10-10 01:10:25
Score: 1
Natty:
Report link

Adding:

.padding(.leading, -15)
.padding(.trailing, -15)
.clipped()

... where appropriate can get rid of the rounded corners to make multiple wheel pickers appear to be a single UI element, and it seems to give a proper clickable-area to each of the pickers if you also add:

.contentShape(Rectangle())
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Brian K