gpt4 book ai didi

ios - 将 uiviewcontroller strong 发送到不兼容类型 id 的参数的警告

转载 作者:行者123 更新时间:2023-11-28 21:40:50 25 4
gpt4 key购买 nike

我已经像这样设置了委托(delegate)并且收到了警告。如果我放置 WSHelperDelegate,它将静音。但是,在这种情况下,我需要使用像 UIVIewController 这样的一般情况,而不是告诉特定的 View Controller 。我怎样才能消除这个警告?

enter image description here

最佳答案

这里有几个选项可以解决这个问题:

1.

+ (void)request... {

// ...
[[NSHelper sharedInstance] getDetailDataWithEntity:[NSString stringWithFormat:@"%@%@", url, articleID] andView:vc.view andDelegate:(UIViewController<WSHelperDelegate> *)vc];

}

2.

+ (void)requestEditDataWithArticleId:(NSString *)articleId andNavType:(NavTypeCollection)navType andDelegate:(UIViewController<WSHelperDelegate> *)vc {

// ...
[[NSHelper sharedInstance] getDetailDataWithEntity:...];

}

关于ios - 将 uiviewcontroller strong 发送到不兼容类型 id 的参数的警告,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32113218/

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