Displaying html in a table view cell
Posted
by Surya
on Stack Overflow
See other posts from Stack Overflow
or by Surya
Published on 2009-08-08T18:27:57Z
Indexed on
2010/04/13
0:03 UTC
Read the original article
Hit count: 422
I am working a rss reader app for iphone . What are my options for displaying entry summary in rss feed ( which could be html) in a tableviewcell without compromising scroll performance . I dont control the feed so html in summary section is out of my control .
I am thinking of uiwebview would be my last option ( so rss feeds have images and stuff in there, unfortunately ) . I was thinking if there was a way to extract summary text from html.
© Stack Overflow or respective owner