gpt4 book ai didi

ios - @strongify(self.delegate)不工作

转载 作者:行者123 更新时间:2023-12-01 17:12:53 27 4
gpt4 key购买 nike

关于 @weakify@strongify使用 self 时和 self.delegate
我收到:

/WAMOverviewView.m:306:10: Weak property 'delegate' is accessed multiple times in this method but may be unpredictably set to nil; assign to a strong variable to keep the object alive



我尝试使用 @strongify(self.delegate)@strongify(self->_delegate)但我收到:

WAMOverviewView.m:304:16: Redefinition of 'self' with a different type: 'id _Nullable __strong' vs 'WAMOverviewView *const __strong'



有什么想法或建议吗?非常感谢。

除此之外,在我尝试使用的程序的其他部分 @strongify(self, self.delegate)但不起作用。
我错过了什么吗?
谢谢。

最佳答案

不要使用@strongify。这是毫无意义。只需将委托(delegate)分配给一个强变量。避免对第三方工具的麻烦和不必要的依赖。

关于ios - @strongify(self.delegate)不工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34152281/

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