jdg / MBProgressHUD

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

iOS 9 iPad Incompatibility #285

Open tmyrden opened 9 years ago

tmyrden commented 9 years ago

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.

matej commented 9 years ago

To which view is the HUD added? Does this only happen if it's added to the window?

JeremyWright commented 9 years ago

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.

matej commented 8 years ago

Could you retry with the latest master. I hope this is fixed now.