overboming
overboming

Reputation: 1542

How to map HTML to in NSAttributedString in iOS

Since the NSAttributedString initWithHTML addtion is only availiable on Mac OS but not iOS.

Upvotes: 1

Views: 2301

Answers (1)

KPM
KPM

Reputation: 10608

You should check Oliver Drobnik's NSAttributedString Additions for HTML project on GitHub. It is a response to precisely that problem. See also his blog post about it.

Upvotes: 1

Related Questions