Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

4 votes
2 answers
3k views

UIButton frame does not increase with accessibility large font using Swift 5

Large accessibility font size for UIButton title (.body or .headline) does not increase the frame of button but only increase the title text. It can clearly be seen in the screenshot below: ...
Mumtaz Hussain's user avatar
2 votes
1 answer
3k views

Prevent VoiceOver From Reading UIButton as "Possible Text"

I am writing a very simple game that is designed specifically for blind users, but may also be used by sighted users. It uses many buttons as elements, however, blind users interact with these ...
D. Pratt's user avatar
  • 454
4 votes
1 answer
1k views

Can UIButton background image support Dynamic Type?

After watching this talk I would like to support Dynamic Type in my app. It's easy for labels, but what about UIButton with an image set as a background? Image is in pdf, single scale and Preserve ...
Adam Smaka's user avatar
  • 6,303
1 vote
1 answer
3k views

Accessibility for custom back buttons

I am using a custom UIButton as a back button in a View Controller. This back button is not in a UINavigationBar, it is simply treated as a view that floats over the top of the content, whose action ...
Loz's user avatar
  • 2,198