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.