jdg / MBProgressHUD

MBProgressHUD + Customizations
http://www.bukovinski.com/
MIT License
16.01k stars 3.56k forks source link

set mode hint "Reference to 'MBProgressHUDModeText' is ambiguous" #514

Closed RenGuanXiao closed 6 years ago

RenGuanXiao commented 6 years ago

MBProgressHUD *hud = [MBProgressHUD showHUDAddedTo:self.view animated:YES]; hud.mode = MBProgressHUDModeText; hud.labelText = @"Some message...";