5 Comments
Mar 18Liked by Jacob Bartlett

buddy to be quite frank the 'a11y' thing makes your essay unreadable

Expand full comment

"When text size is large, limiting screen real estate, Spacer() can cause issues. The SwiftUI layout engine will diligently attempt to create space, even if there is no room for it"

I suspect this can be solved by using `Spacer(minLength: 0)` ?

Expand full comment

Nice, both for the iOS dev how-to and the section about getting buy-in. Are you aware of a similar accessibility how-to I could point Android devs at?

Expand full comment