HUD 弹框

- (void)hudWithTitle:(NSString *)title

{

    MBProgressHUD *hud = [MBProgressHUD showHUDAddedTo:self.navigationController.view animated:YES];

    hud.mode = MBProgressHUDModeText;

    hud.label.text = title;

    [hud hideAnimated:YES afterDelay:1.f];

}

posted on 2016-03-07 17:04  不穿内裤的熊猫  阅读(129)  评论(0编辑  收藏  举报