gpt4 book ai didi

multithreading - performSelectorOnMainThread 与 performSegue

转载 作者:搜寻专家 更新时间:2023-11-01 05:37:44 24 4
gpt4 key购买 nike

我一直在寻找这个问题的答案,但还没有找到任何答案。我有一个看起来像这样的方法

dispatch_async(dispatch_get_main_queue()) {
self.performSegueWithIdentifier("ShowNextView", sender: nil)
}

是否可以通过某种方式使用 performSelectorOnMainThread 来达到这个目的?如我所见,performSelectorOnMainThread 接受一个参数。

最佳答案

您是否尝试将发件人设置为 self 而不是 nil?

dispatch_async(dispatch_get_main_queue(),{
self.performSegueWithIdentifier("ShowNextView",sender: self)
})

关于multithreading - performSelectorOnMainThread 与 performSegue,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34936826/

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