This post is from the WWDC26 Accessibility & Inclusion Q&A.
for example: Our designers want our "Disclosures/Legal" info icon, to be 4px from the text. So we end up needing to "hack" around the view, to make the info tap target exist "over" the text.
- without any hacks, if we use a 20x20 icon + 4 padding, the tap target is only 28px wide.
- the "hack" in question, usually involves adding paddings + inverted (negative) padding, to increase the tap target, without affecting layout