You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rubym...@googlegroups.com
I recently had the need to do some fancy text formatting in a UILabel. After some searching I found the TTSAttributedLabel library, that uses NSAttributedString with a drop in replacement for UILabel. I whipped up a quick example on github for anyone who might need this.