jdg / MBProgressHUD

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

Not centered when add hud to the UIViewController's view which is embedded in UINavigationController #536

Closed Cookiezby closed 6 years ago

Cookiezby commented 6 years ago

iOS Version: iOS 11 Device: iPhone7

I found that the when add hud to the view which is embedded in UINavigationController, the HUD is not centered in the screen, seems like the y offset contains half of the navigationbar's height.

matej commented 6 years ago

You can either use the offset to adjust for this or add it to a superview of the navigation controller.