How to display a image from web with ttstyledtextlabel?
Posted
by fallhunter
on Stack Overflow
See other posts from Stack Overflow
or by fallhunter
Published on 2010-04-06T07:44:50Z
Indexed on
2010/04/06
7:53 UTC
Read the original article
Hit count: 271
I want to display data like:
<p>blabla blabla <img src="http://www.xxx.com/..." /> lalala </p>
but I found ttstyledtextlabel could only display local image. I don't want to use UIWebView because It's too heavy and slow.
© Stack Overflow or respective owner