i have some problem with my progress bar , its under table view my progress bar from class called MBProgressHUD
https://github.com/jdg/MBProgressHUD
this pic of my error
Use this while adding loader to your code.
MBProgressHUD *hud = [[MBProgressHUD alloc] initWithView:self.view];
[self.view addSubview:hud];
hud.labelText = @"Loading...";
hud.square = YES;
[hud show:YES];
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With