Closed gauravkeshre closed 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'
You just need to set hud.userInteractionEnabled = NO
.
It will a good to have feature when I can still interact with the parent view while the loader is showing.
Thanks