Brent Simmons wrote in a blog post that tap gesture recognizers, presumably on a UIView
, are less accessible than UIButton
s. I'm trying to learn my way around making my app accessible, and I was curious if anyone could clarify what makes that less accessible than a UIButton
, and what makes an element "accessible" to begin with?
For more customizability I was planning to build a button comprised of a UIView
and tap gesture recognizers with some subviews, but now I'm not so sure. Is it possible to make a UIView
as accessible as a UIButton
?