gpt4 book ai didi

ios - 如果属性更改则调用委托(delegate)方法

转载 作者:行者123 更新时间:2023-11-29 04:55:26 24 4
gpt4 key购买 nike

我将 RestKit 与对象映射结合使用。这会运行异步,并在从服务器接收到数据后更新对象。

重点是,我需要通知另一个类对象的属性已更改。

现在我遇到了一个错误:

bool _WebTryThreadLock(bool), 0x1ae420: Tried to obtain the web 
lock from a thread other than the main thread or the web thread.
This may be a result of calling to UIKit from a secondary thread. Crashing now...

我尝试覆盖该属性的 setter ,但看起来该属性是在另一个线程中设置的,而不是在主线程中。在那里调用委托(delegate)不起作用。

我该如何解决这个问题?

感谢任何帮助!

最佳答案

也许您需要发送这样的消息:

[obj PerformSelectorOnMainThread:@selector(method)]

关于ios - 如果属性更改则调用委托(delegate)方法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8088096/

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