Код: Выделить всё
var config = UIButton.Configuration.plain()
config.titleLineBreakMode = .byClipping // Prevents word wrap, but just a band-aid
config.titleTextAttributesTransformer = UIConfigurationTextAttributesTransformer { incoming in
var attributes = incoming
attributes.font = .systemFont(ofSize: 16)
return attributes
}
button.configuration = config
< /p>
Вот моя кнопка с доступностью 3 размера текста. < /P>
Подробнее здесь: https://stackoverflow.com/questions/794 ... ets-bigger