UIAlertView显示延迟

发布于 2024-11-06 12:02:51 字数 197 浏览 0 评论 0原文

我正在使用 monotouch 开发 iPad 应用程序。我注意到 UIAlertView 的显示总是延迟。延迟有时可能是几秒钟,具体取决于 UIAlert.Show() 之后的代码。看起来系统只是在执行 UIAlertView.Show() 时发布一条消息,并继续执行该行之后的代码。有没有办法立即显示我的 UIAlertView?

谢谢,

艾尔

I am using monotouch to develop an iPad application. I noticed that the display of UIAlertView is always delayed. The delay sometimes can be a few seconds, depending on the code after UIAlert.Show(). It seems like the system is merely posting a message when executing UIAlertView.Show(), and moves on with the code after that line. Is there anyway to display my UIAlertView right away?

Thanks,

Al

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

囍孤女 2024-11-13 12:02:51

也许您还有其他事情在 UI 线程上运行。在调用 UIAlert 之前,在另一个线程中运行其他代码。

Perhaps you have other things running on the UI thread. Run your other code in another thread before you call your UIAlert.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文