[UIView beginAnimations:nil context:self];
[UIView setAnimationDelay:0.25f];
loadingView.alpha = 0.0f;
[UIView commitAnimations];
[UIView beginAnimations:nil context:self];
[UIView setAnimationDelay:0.25f];
loadingView.alpha = 0.0f;
[UIView commitAnimations];