开发者

UIAlert after progressView has reached a value

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 ba开发者_开发问答ckground 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


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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜