DTCoreText consists of two portions:

  1. Parsing HTML and creating NSAttributedStrings
  2. UI Classes for properly displaying these

This page demonstrates a DTAttributedTextView being loaded from a XIB. You can see how this line wraps if you rotate the device.

For example you could create a rich text about view like this here

Note:You need to disable auto-layout on view controllers loading views from XIB because at present DTCoreText is not yet able to dynamically re-layout in auto-layout views.