I have a button which when pressed makes calls that load information from a series of URLs (about 5 seconds loading time). Right before actually making those calls I want to add
You probably don't want an UIAlertView for this anyway. Take a look at MBProgressHUD on GitHub.