一个非常简单易用的状态栏指示器,A very simple and easy to use status bar indicator
[XMGStatusBarHUD showSuccess:@"loaded success"];
[XMGStatusBarHUD showError:@"loaded error"];
[XMGStatusBarHUD showLoading:@"loading"];
[XMGStatusBarHUD showMessage:@"hello world!" image:[UIImage imageNamed:@"check"]];
[XMGStatusBarHUD hide];