jdg / MBProgressHUD

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

HUD is not show when the keyboard is editing in iOS 11 ? #500

Closed tiancl16 closed 6 years ago

tiancl16 commented 7 years ago

In the textfield, When I have enter text incorrect in iOS11.0, HUD is not show, why ?

kedu commented 7 years ago

是啊,我这个也是不显示了.顶起来.

Nslogdql commented 7 years ago

MB作者好像潜水了啊,应该适配一下啊,菊花一直转,调用hide都不行

freishya commented 7 years ago

screen shot 2017-09-25 at 11 36 47 am

IOS 11 get minor error. Thank's

WangLiang521 commented 7 years ago

我的只在刚装上程序时显示一次,然后就再也不出现了,好多项目都是用的 MB,要愁坏了

yangqilong commented 7 years ago

一样

Brances commented 7 years ago

iphone 8 iOS 11 也不显示

CodeXey commented 7 years ago

@tiancl16 是否使用了 MBProgress + mj? ios11上显示要指定view--show:"" toView:self.navigationController.view

EdgarDegas commented 7 years ago

If you are using MBProgress + MJ, call [MBProgressHUD showError:toView:] instead.

suqinglin113x commented 7 years ago

ios11 windows层变了吧,我是改了源码添加到keywindow层

Brances commented 7 years ago

@suqinglin113x 确实是层级变了,加到这里 :[UIApplication sharedApplication].keyWindow 就可以了

matej commented 6 years ago

Closing this. Please reopen with detailed reproduction steps in English if this is an MBProgressHUD specific issue.