Formatting Wordpress article content in iOS app -


i'm working on wordpress blog/article reader app ios draw existing wordpress site. of right app's design simple uitableview of articles drills down particular article. don't think i'll have problem fetching content (i found nice info this question) question has formatting returned content, article itself.

the way see it, can either have content come html wp blog's mobile website, or can article's unformatted text. here lies dilemma:

if request formatted html returned, sorts of other web-specific stuff (links, images, navigation bars, etc.). throwing html in uiwebview screen-scraping , make awful user experience. however, text formatting.

if request raw article text , put in uitextview, don't have dynamic way format text (as far know). however, rid of excess web elements.

is there 'best of both worlds' can have neatly formatted text minus elements don't want appear in app? please give suggestions, point out i'm not aware of, , steer me in right direction.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -