JHTAlertController icon indicating copy to clipboard operation
JHTAlertController copied to clipboard

Handle displaying attributed text in the messageLabel

Open TschlegelCore10 opened this issue 8 years ago • 0 comments

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.

TschlegelCore10 avatar Jan 26 '18 21:01 TschlegelCore10