我正在尝试为wordpress博客创建一个小应用。为此,我想我会创建一个webservice
,将mysql表的post_title和post_content转换为json
对象,然后使用AFNetworking
作为请求。
问题是post_content是一个html字符串,如:
Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!
<a href="http://URL/wordpress/wp-content/uploads/2014/04/Digital-Board-2.png"><img class="alignnone size-full wp-image-5" src="http://URL/wordpress/wp-content/uploads/2014/04/Digital-Board-2.png" alt="Digital Board 2" width="1024" height="704" /></a>
我已尝试将其放入UIWebView
,但这可能不适合,因为图片比屏幕更大。
我想知道这样做的正确方法是什么,所以我可以正确地自定义文字和图片。
我认为你可以将所有这些放入一个数组然后通过url或其他东西分开。所以它看起来像这样:
Array = [Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!], [http://URL/wordpress/wp-content/uploads/2014/04/Digital-Board-2.png]
这可能吗?如果是,我该怎么做?
我打开更好的方式。
答案 0 :(得分:0)
如果您希望查看此类博客内容,可以DTCoreText使用。但如果您需要更多设计自由,请查看DTFoundation。框架DTFoundation有一个HTMLParser你很多工作减少。