Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 650 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 650 Bytes

RTLabel

Rich text formatting based on html-like markups for iOS.

RTLabel works like UILabel, but supports html-like markups for rich text display. It is based on Core Text, so it supports some of the stuff that Core Text supports

  • bold and italic style
  • color and size
  • stroke
  • indenting
  • kerning
  • line spacing
  • clickable links

The code is still messy, but it's usable. But I have only fixed bugs that is crucial to my projects, so if you are using this, do fork it and push back the fixes. Thanks

twitter.com/honcheng