A
A
andreipanf2014-05-12 09:46:39
Objective-C
andreipanf, 2014-05-12 09:46:39

What is the best way to implement detailView for an application that takes data from a site?

There is a news site, I get the data from html, the list of posts is uploaded to a table, it is necessary that then the full text of the post opens by tapu. The post may contain links to youtube, many pictures, and so on. For example, as in the new Habrahabr application ( https://itunes.apple.com/en/app/habrahabr/id778613673) and in many similar ones.
While there are thoughts to implement this through a webView, passing a link to the post.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
ins52, 2014-05-21
@andreipanf

UIWebView
If it is possible to get the content of the post, then it is better to send it to a webview,
otherwise a link, then the site layout should support mobile. devices.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question