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.
Comments
Post a Comment