NSAttributedString-DDHTML
NSAttributedString-DDHTML copied to clipboard
Simplifies working with NSAttributedString by allowing you to use HTML to describe formatting behaviors.
Added support for additional tags: \ \ \ \ \ \ \
… for better readability.
This change is split into 2 commits: - the 1st one is to replace strncmp calls by strcmp ones ("s" was falling into the "strong" if case) - the actual...
NSAttributedString+DDHTML requires a minimum iOS deployment target of iOS 4.3,but In the spec,the target = 6.1, why?