摘要:
LoadingView.h#import @class MBProgressHUD;@interface LoadingView : NSObject@property (nonatomic, retain) MBProgressHUD *HUD;+ (LoadingView *)sharedInstance;/** * 加载中提示框 * * @param title 标题 * @param superView 父View */- (void)showLoadingViewWithTitle:(NSString *)title superView:(UIView *)superV... 阅读全文