gpt4 book ai didi

ios - 更新标签花费的时间太长(快速)

转载 作者:行者123 更新时间:2023-11-30 13:13:11 25 4
gpt4 key购买 nike

我是初学者 swift 开发人员。我被这个天气应用程序困住了。我正在下载网站数据,然后显示在我的标签中。

不幸的是,整个过程大约需要 10 秒才能更新我的标签。

这可能不是因为网络连接,因为控制台会立即更新。

感谢您的建议。

enter image description here

最佳答案

发生的情况是代码可能在辅助线程上运行。您所做的任何 UI 更改都应该在主线程上进行。所以试试这个:

dispatch_async(dispatch_get_main_queue()) {
// update label
}

这应该会立即更新您的标签。

关于ios - 更新标签花费的时间太长(快速),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38517656/

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