从主线程外部重绘 IOS 中的视图

发布于 2024-12-11 21:09:30 字数 341 浏览 0 评论 0原文

我有一个 (void) buttonClicked: (id) sender{} 方法。用户单击按钮后,对 gui 进行了两次更改,按以下顺序:

  1. 更改 A
  2. 使​​用 [NSThread sleepFortimeInterval: 5] 等待五秒
  3. 更改 B

不幸的是,从 buttonClicked 方法内部,我似乎无法获取视图在更改 A 后刷新,以便在退出 buttonClicked 方法时只有更改 B 可见。我知道视图只能在主线程内更改,并且我已经看到对 PerformSelectorOnMainThread 方法的引用,但我不知道如何调用它,以及如何使用它刷新视图。

I have a (void) buttonClicked: (id) sender{} method. After the user clicks the button, two changes to the gui are made, in this order:

  1. Change A
  2. Five second wait using [NSThread sleepFortimeInterval: 5]
  3. Change B

Unfortunately, from inside the buttonClicked method, I can't seem to get the view refreshed after Change A, so that only Change B is visible upon exiting from the buttonClicked method. I understand views can only be changed from within the main thread, and I've seen references to the performSelectorOnMainThread method, but I can't figure how to call it, and how to refresh the view using it.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文