\\ n Text goes here \\n < p>" />
开发者

how to show Details(coming from webservice) on the webview in iphone?

开发者 https://www.devze.com 2023-02-26 21:47 出处:网络
Well.. I am using webservice in a project.. In that I am getting such responce.. \"node_revisions_body\" = \"< p>\\ n Text goes here \\n < p>

Well..

I am using webservice in a project..

In that I am getting such responce..

"node_revisions_body" = "< p>\ n Text goes here \n < p>

I wa开发者_高级运维nt to show this response on webview.. I have taken a dictionary for that also..

but i dont know how to show this


how about - (void)loadHTMLString:(NSString *)string baseURL:(NSURL *)baseURL

0

精彩评论

暂无评论...
验证码 换一张
取 消