動畫效果 -- 之淡出
[UIView beginAnimations:nil context:self];[UIView setAnimationDelay:0.25f];loadingView.alpha = 0.0f;[UIView commitAnimations];