jdg / MBProgressHUD

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

Add interaction mode of the HUD #556

Closed ifwrite closed 5 years ago

ifwrite commented 5 years ago

Determines whether touches should be let through to the views behind the HUD. The simulator is not smooth. interaction_demo

matej commented 5 years ago

I usually just suggest people use userInteractionEnabled = NO to change from the default behavior (blocking touches) to a non-blocking behavior. This is built-in API and IMHO, I would not complicate this further.

ifwrite commented 5 years ago

copy that