Open minimusic opened 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().
setAttributedTitle()
attributedText
Discussion/investigation of problem: https://stackoverflow.com/a/56878374
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'sattributedText
first and then using that tosetAttributedTitle()
.Discussion/investigation of problem: https://stackoverflow.com/a/56878374