gpt4 book ai didi

xamarin.ios - 相当于 UIWebView 选择器 webView :shouldStartLoadWithRequest:navigationType: in MonoTouch

转载 作者:行者123 更新时间:2023-12-02 02:27:18 28 4
gpt4 key购买 nike

MonoTouch 中 UIWebView 选择器 webView:shouldStartLoadWithRequest:navigationType: 的等效项是什么?从 MonoDevelop 的智能感知中,我看到 UIWebView 有一个属性 Delegate,还有一个类型为 UIWebLoaderControl 的属性 ShouldStartLoad。以下哪项是为 UIWebView 设置委托(delegate)的正确方法,以便在 UIWebView 加载请求时可以定义和调用选择器 webView:shouldStartLoadWithRequest:navigationType:

最佳答案

我从对 another question 的回答中得到了这个问题的答案发布者 miguel.de.icaza .

在 MonoTouch 中解决这个问题的方法是像这样连接到 ShouldStartLoad 属性:

myView.ShouldStartLoad = (webView, request, navType) => {
// Determine here what to do
}

谢谢,米格尔。


我不确定为什么要将 UIWebViewDelegate 属性设置为带有 ShouldStartLoadUIWebViewDelegate 对象覆盖的方法不起作用。也许有人可以阐明这一点。

关于xamarin.ios - 相当于 UIWebView 选择器 webView :shouldStartLoadWithRequest:navigationType: in MonoTouch,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5406223/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com