Rightpoint / BonMot

Beautiful, easy attributed strings in Swift
MIT License
3.56k stars 197 forks source link

UIButton label does not scale with fontMetrics #372

Open minimusic opened 5 years ago

minimusic commented 5 years ago

Looks like this is actually a problem with how iOS handles setAttributedTitle() on UIButton. We could support the work around, by setting the button's label's attributedText first and then using that to setAttributedTitle().

Discussion/investigation of problem: https://stackoverflow.com/a/56878374