Disabled touch when UIProgressBarHUD is shown
问题 I've created an app where I'm creating a UIProgressBarHUD to show that something is loading. My question is, how can I disable the view so nothing can be pressed untill the loading is finished? I've tried setting: [self.view setUserInterationEnabled:NO]; However this doesn't work :/ Here is the code I'm using for adding the UIProgressHUD: - (IBAction) showHUD:(id)sender { //[self.view setUserInteractionEnabled:NO]; UIProgressHUD *HUD = [[UIProgressHUD alloc] initWithWindow:[[UIApplication