Skip to content

Commit

Permalink
Added a missing delegate assignment in the demo project.
Browse files Browse the repository at this point in the history
  • Loading branch information
matej committed Jul 11, 2012
1 parent 1f0dbc5 commit 1d94c3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Demo/Classes/HudDemoViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ - (IBAction)showURL:(id)sender {
[connection release];

HUD = [[MBProgressHUD showHUDAddedTo:self.navigationController.view animated:YES] retain];
HUD.delegate = self;
}


Expand Down

0 comments on commit 1d94c3b

Please sign in to comment.