What is the fastest/simplest way to change only the size of the existing font on a UIButton? (pointSize is read-only)
Thanks in advance.
UILabel* titleLabel = button.titleLabel;
titleLabel.font = [titleLabel.font fontWithSize:12345];
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With