Open tmyrden opened 9 years ago
To which view is the HUD added? Does this only happen if it's added to the window?
We add the HUD to a standard UI view which is a subview of a detached window. We haven't tried attaching to the application window.
We use the detached window to treat sub views in an 'overlay' fashion, as they are intended to exist across view controllers.
Could you retry with the latest master. I hope this is fixed now.
MBProgressHUD appears to have issues with the new Split View and Slide Over features that have been introduced in iOS 9 for the iPad.
The MBProgressHUD layover is sized to fit the full device width rather than the width of the application view it lives within. The results of this are as follows:
50/50 Split View: Progress View half visible. 70/30 Split View: Progress View appears right aligned in 70. Progress View not visible in 30. Slide Over: Progress View not visible.