gpt4 book ai didi

cocoa - 寻找 UIWebViewDelegate 的等效项,用于将 iOS 应用程序移植到 OSX

转载 作者:可可西里 更新时间:2023-11-01 03:07:17 25 4
gpt4 key购买 nike

我正在尝试将一个 iOS 应用程序移植到 OSX,但有一件事我不明白。 iOS 应用程序使用 UIWebView,更准确地说是一个实现了 UIWebViewDelegate 的 UIView:

@interface Dialog : UIView <UIWebViewDelegate> {

并实现这三个委托(delegate)方法:

- (BOOL)webView:(UIWebView *)webView shouldStartLoadWithRequest:(NSURLRequest *)request

navigationType:(UIWebViewNavigationType)navigationType {

- (void)webViewDidFinishLoad:(UIWebView *)webView {

- (void)webView:(UIWebView *)webView didFailLoadWithError:(NSError *)error {

有人可以提示我如何将其移植到普通的 OSX 框架吗?我知道有 WebView,但据我所知它有 4 个委托(delegate),但没有一个具有听起来像那 3 个委托(delegate)方法。

谢谢

最佳答案

对于第一个,您可能希望使用 WebPolicyDelegate .而另外两个,在WebFrameLoadDelegate中有对应的方法。 :

- (void)webView:(WebView *)sender didFinishLoadForFrame:(WebFrame *)frame
- (void)webView:(WebView *)sender didFailLoadWithError:(NSError *)error forFrame:(WebFrame *)frame

关于cocoa - 寻找 UIWebViewDelegate 的等效项,用于将 iOS 应用程序移植到 OSX,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4979582/

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