swift - HTML data is not rendering properly in UIWebView -


i confuse. html data not correct format not rendering in uiwebview. below code :

 self.contentblog.frame.size.height = 1     self.contentblog.frame.size = self.contentblog.sizethatfits(.zero)  self.contentblog.delegate = self; self.contentblog.loadhtmlstring(datastring, baseurl: nil) 

below html data link getting using web services.i not able paste content because not accepting.

http://collabedit.com/57h26


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -