My app pulls HTML from an API, converts it into a NSAttributedString (in order to allow for tappable links) and writes it to a row in an AutoLayout table. Trouble i
NSAttributedString
[cell.descriptionLabel setPreferredMaxLayoutWidth:375.0];