I am trying to set the text in my UIButton
programmatically, but the text becomes abbreviated when displayed in the button. Is there a way to adjust the font size of the text in the button to fit the width, through code? I have checked other questions, but the answers do not solve my problem. Thanks.
Asked
Active
Viewed 1.2k times
11

Janmenjaya
- 4,149
- 1
- 23
- 43

muyiwa adenaike
- 139
- 1
- 1
- 6
-
5Have you tried this `button.titleLabel?.adjustsFontSizeToFitWidth = true` – Kampai Dec 19 '14 at 07:03