I am building an iphone app that needs to download many HTTP requests upon launch. Meaning that it takes a considerable time to load. The HTTP requests and responses are handled in viewDidLoad method of my viewController.
The screen is white when during this process. I am wondering whether there is an easy way to show an image instead of just white screen during this process.
Use MBProgressHUD http://www.cocoadev.com/index.pl?MBProgressHUD