Hi,
I set the HUD with:
[MMProgressHUD showWithTitle:nil status:@"Blub" image:[UIImage imageNamed:@"blub.png"]];
after this call:
[MMProgressHUD showWithTitle:nil status:@"BlubhasChange" image:nil];
the image on the HUD is not remove and the the HUD is not updated.
How can remove the image?