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
Currently, you can only show a string with set font and colors. UILabel has a property called attributedText that could be added to the messageLabel so users can have attributed text in their alert message.
I came across this while trying to have an alert message that had both bold and regular weighted font/text.
The text was updated successfully, but these errors were encountered:
Currently, you can only show a string with set font and colors.
UILabel
has a property calledattributedText
that could be added to the messageLabel so users can have attributed text in their alert message.I came across this while trying to have an alert message that had both bold and regular weighted font/text.
The text was updated successfully, but these errors were encountered: