MBProgressHUD 问题

1、MBProgressHUD *HUD = [[MBProgressHUD
alloc] initWithWindow:[UIApplication
sharedApplication].keyWindow];

2、MBProgressHUD *HUD = [MBProgressHUD showHUDAddedTo:[[UIApplication sharedApplication].windows objectAtIndex:1] animated:YES];

[self.view.window addSubview:HUD];

HUD.labelText = kVerifyRefreshing;

第一种动画失效,不知啥原因???

上一篇:【BZOJ】1085 [SCOI2005]骑士精神(IDA*)


下一篇:Object的wait()/notify()