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: Constraints are only top, leading and trailing, also in code I have added 2 lines: button.adjustsImageSizeForAccessibilityContentSizeCategory = true button.titleLabel?.numberOfLines = 0 The yellow background colour is of the button, thus identifying that only tappable area is the yellow area. I want to