I have an application where popup window comes showing please wait until and unless process gets completed.
But sometimes i get pretty good speed and application just flick that pop-up window, it doesn’t look good. So I want to show that pop up window for few seconds like say 3 seconds. I’m not sure how to do it.
Any help is greatly appreciated.
Thanks,
Anks
The popup can be simple view that you pop on screen or add as subview or an alertView. You can hide it with:
That’s ofc in condition that the popup is still open.