Is the dynamic type equivalent to "automatically adjust the font" for UIButton in Interface Builder?

UILabel has a checkbox Dynamic Type: Automatically Adjusts Fontin the attribute inspector in the interface builder.

Is there an equivalent in Interface Builder for automatically setting the font size of a UIButton, or does it need to be processed in code?

I use Xcode 9.0 beta 6, focusing on iOS 11.

+4
source share

Source: https://habr.com/ru/post/1685385/


All Articles