ProgressView 达到某个值后 UIAlert

发布于 2024-11-29 00:11:32 字数 230 浏览 0 评论 0原文

我有点迷失在这里。我想知道在我的 ProgressView 值超过 0.8 后如何实现 UIAlertView

更清楚地说,我有一个在后台线程中运行的 NSTimer,它更新浮点变量,当控件返回到主线程时,我更新 ProgressView 的值。

我希望 alertView 保持在前台直到用户操作。

希望我说得足够清楚。

谢谢

I am kind of lost here. I want to know how to implement an UIAlertView after my progressView has crossed a value of 0.8.

To be more clearer I have a NSTimer running in a background thread which updates a float variable and when the control returns to the main thread I update the value of the progressView.

I would like the alertView to stay in the foreground until user action.

Hope I am clear enough.

thanks

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

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

发布评论

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

评论(1

我一直都在从未离去 2024-12-06 00:11:32

一种方法是使用 键值观察您正在观察的变量,当它超过您的阈值时 - 展示您的UIAlertView。

One way is to use Key-Value-Observing on the variable you are watching, and when it crosses your threshold - present your UIAlertView.

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