jdg / MBProgressHUD

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

Provide a MBProgressHUDBackgroundStyle that allows access to Parent View #406

Closed gauravkeshre closed 8 years ago

gauravkeshre commented 8 years ago

It will a good to have feature when I can still interact with the parent view while the loader is showing.

Thanks

gauravkeshre commented 8 years ago

For time being I have added this feature in my own fork here branch : interactableSuperView

usage with cocoa pods

pod 'MBProgressHUD', :git => 'https://github.com/gauravkeshre/MBProgressHUD.git', :branch => 'interactableSuperView'

matej commented 8 years ago

You just need to set hud.userInteractionEnabled = NO.