UIWebView的“loadHTMlString”显示空白屏幕

时间:2014-11-09 11:29:02

标签: ios uiwebview asihttprequest

如何使用loadHTMLString在UIwebview中呈现以下html。
webview显示空白屏幕。

<html>
  <head>
  </head>
  <frameset rows="1,*" frameborder=0 framespacing=0 cols="*">
    <frame src="blank.html" 
      marginwidth="0" marginheight="0"
      scrolling="no noresize">
    <frame src="index1.html" 
      marginwidth="0" marginheight="0"
      scrolling="yes noresize">
    <noframes></noframes>
  </frameset>
</html> 

0 个答案:

没有答案