I need a view with functionality of a splash. But I don't need at the beginning of app load. I need this during user asynchronous request processing.
The look of it should be like a small alert box, but again, I want my customization here:
I do not want it to look like any other UIAlertview.
I do not want any buttons (OK/cancel) on it, since it is to be discarded when app wants it. User should not discard it.
I am confused between two approaches:
Should I use UIViewController (but want to make it look like a modal box, and also of alert size, not 320 X 480)?
Or should I use customized UIAlertView without buttons? I doubt if I get freedom to play with it much.
