摘要: 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... 阅读全文
posted @ 2014-03-06 16:18 菜鸟程序猿 阅读(1448) 评论(0) 推荐(0) 编辑