jdg / MBProgressHUD

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

Set CustomView,but there is effectView behind the customView #554

Closed robinvpersie closed 4 years ago

robinvpersie commented 5 years ago

I set areDefaultMotionEffectsEnabled = false,but it cannot work wechatimg430

zhangjirui commented 5 years ago

Wrong property. Try

        _hud.bezelView.style = MBProgressHUDBackgroundStyleSolidColor; ` 
        _hud.bezelView.color = [UIColor clearColor];