[UIProgressHUD showText:@"該用戶拉黑已取消" inView:showTipsInView];
UIAlertView *alert = [[UIAlertView alloc] initWithTitle:title message:pstrMessage delegate:objAlerts cancelButtonTitle:nil otherButtonTitles:nil];
兩個相互嵌套使用 會有層級關(guān)系的沖突,
在使用UIAlertView 的時候 ,在確定和取消按鈕的地方 加入
[UIProgressHUD showText:@"該用戶拉黑已取消" inView:showTipsInView];
那么該提示語會被當(dāng)前的UIWidow 層級一起帶走。