Hi out there:
i got an object with contents of html markup in it, for example:
string = @"<p>This is wonderful</p> <p>Also some ‘ entidies ’ <p>";
so i want first to convert this entidies in for my label text.
the second step would be to convert my p tags to line breaks.
the third step to convert my "img" tags to uiimageviews and some simple text formatting "b","strong" etc.
have you any ideas how to solve my problem?