gpt4 book ai didi

ios - 正在调用performSelector,但未调用performSelector :afterDelay

转载 作者:行者123 更新时间:2023-11-29 00:20:15 25 4
gpt4 key购买 nike

此代码有效,并且调用了 postSpamListUpdatedNotification

- (void) postSpamListUpdatedNotification
{
[NIDPrivateUtils postNotification:kNIDSpamListsUpdated andError:nil];
}

[self performSelector:@selector(postSpamListUpdatedNotification) withObject:nil];

但如果我将其更改为此,则永远不会调用 postSpamListUpdateNotification。为什么?

[self performSelector:@selector(postSpamListUpdatedNotification) withObject:nil afterDelay:2.0];

最佳答案

您可能在此线程上没有运行循环。 performSelector:withObject:afterDelay: 需要运行循环,但 performSelector: 不需要。

关于ios - 正在调用performSelector,但未调用performSelector :afterDelay,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44336738/

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