You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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().
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
The text was updated successfully, but these errors were encountered: