【发布时间】:2011-03-11 10:33:54
【问题描述】:
当我单击 uiwebview 中的链接时,是否可以加载 uiview ?有没有办法将控制权从 uiwebview 转移到 uiview。
【问题讨论】:
标签: iphone iphone-sdk-3.0 uiview uiwebview
当我单击 uiwebview 中的链接时,是否可以加载 uiview ?有没有办法将控制权从 uiwebview 转移到 uiview。
【问题讨论】:
标签: iphone iphone-sdk-3.0 uiview uiwebview
实现UIWebViewDelegate protocol的webView:shouldStartLoadWithRequest:navigationType:方法。
【讨论】: