I am currently working on the reader app for one of Wordpress blogs. With the help of those two posts I've gone quite far:
How Can I Incorporate my WordPress Blogs into an iOS app? Wordpress Blog iPhone App Reader
But now I am struggling with a question if it is actually would be possible to show the post in native view instead of just loading an html code inside UIWebView? I can get everything I need to recreate the post: text, headers, images, video urls, but the question is how to recreate the structure of the post? So how can I know how textual information and images are located relatively to each other inside the post?
I am using https://github.com/topfunky/hpple to parse HTML files inside the app.
Many thanks in advance!