gpt4 book ai didi

swift - performSegueWithIdentifier 仅在第一次延迟

转载 作者:行者123 更新时间:2023-11-28 06:43:36 25 4
gpt4 key购买 nike

我的应用遇到了这种奇怪的情况。我在主线程上调用 performSegueWithIdentifier :

  dispatch_async(dispatch_get_main_queue()){

self.performSegueWithIdentifier("toFrame", sender: nil)

}

我在整个过程中设置了断点,甚至清理了 prepareForSegue

只有当我第一次调用这个(给这个特定的 VC)时,它延迟了大约 6 秒,然后才转到 VC。在这个延迟之后,如果我来回导航,它运行顺利有什么建议么?我什么都试过了:\

最佳答案

这可能是字体问题:如果您在 IB 中选择它们并且没有检查目标成员资格 - 系统将在检索默认字体之前查找它们 - 并且因此会在呈现 Controller 之前产生延迟。

请检查字体的目标成员。

这是模态呈现的著名错误:

http://openradar.appspot.com/19563577

关于swift - performSegueWithIdentifier 仅在第一次延迟,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37192205/

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