storage, text container (*) and does typesetting by consulting CoreText. When layout is finished, tells the view to draw (*) NSTextContainer is basically a frame with super powers
network apps Highlights usernames(*), mentions, hashtags and URLs Quite lightweight, plug & play solution (at least for vanilla UITextView) (*) usernames have to be set manually as in an array of string
UITextView with custom NSTextStorage does NOT support loading from XIB/Storyboard Emoji’s require font size hack to display properly if text font size is small