• Stars
    star
    111
  • Rank 314,510 (Top 7 %)
  • Language
    Objective-C
  • License
    MIT License
  • Created almost 8 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

MBProgressHUD 封装

MBProgressHUD-JDragon

MBProgressHUD 封装

badge-pod badge-languages badge-platforms badge-mit

使用效果

user pod


pod 'MBProgressHUD+JDragon'


##基本使用



[MBProgressHUD showActivityMessageInWindow:nil];

[MBProgressHUD showActivityMessageInView:nil];

[MBProgressHUD showTipMessageInWindow:@"在window"];

[MBProgressHUD showTipMessageInView:@"在View"];

[MBProgressHUD showSuccessMessage:@"加载成功"];

[MBProgressHUD showWarnMessage:@"显示警告"];

[MBProgressHUD showErrorMessage:@"显示错误"];

[MBProgressHUD showInfoMessage:@"显示信息"];


##详细请看demo