“Please wait” dialog in iOS8
问题 I used to have a "Please wait" dialog in my app for long time. It was quite simple thing using UIActivityIndicatorView and adding it to UIAlertView . However iOS8 introduced UIAlertController . Is it possible to add anything to it to have similiar effect? Is there another way of doing such thing with iOS8? I have searched a lot of sites and still have no idea how it can be done with the new API. I would appreciate any answers - links to libs, tutorials etc., which could be helpful. Regards,