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