|
|
@@ -80,7 +80,7 @@ static const CGFloat HUDSIZE = 100.0f;
|
|
|
hud.activityIndicator.frame = CGRectMake(20, 5, 60, 60);
|
|
|
[hud addSubview:hud.activityIndicator];
|
|
|
|
|
|
- hud.window.userInteractionEnabled = NO;
|
|
|
+// hud.window.userInteractionEnabled = NO;
|
|
|
|
|
|
return hud;
|
|
|
}
|
|
|
@@ -109,7 +109,7 @@ static const CGFloat HUDSIZE = 100.0f;
|
|
|
|
|
|
- (void)dismiss:(void(^)(void))completion {
|
|
|
|
|
|
- self.window.userInteractionEnabled = YES;
|
|
|
+// self.window.userInteractionEnabled = YES;
|
|
|
[UIView animateWithDuration:0.25 animations:^{
|
|
|
self.alpha = 0.3;
|
|
|
} completion:^(BOOL finished) {
|