Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Questions about iOS 11 play window does not display! #819

Closed
liss1990 opened this issue Sep 28, 2017 · 13 comments
Closed

Questions about iOS 11 play window does not display! #819

liss1990 opened this issue Sep 28, 2017 · 13 comments

Comments

@liss1990
Copy link

Excuse me, iOS11 adapter is there a problem?Why am I in the main thread, the hud will not play out?Other versions of the can?Please help me.thank you

@BBHNation
Copy link

In iOS 11 & Swift 4, there is a problem with the progress view's alpha,
img_e7d5069591f4-1

@liss1990
Copy link
Author

不是这样的!连系统的alert 都不弹出来了!

@honkmaster
Copy link
Member

Do you use the current version?

@D-james
Copy link

D-james commented Sep 30, 2017

same question,last version2.2.1

@qpc2015
Copy link

qpc2015 commented Oct 9, 2017

你的问题升级到最新版就没问题了 @BBHNation

@BBHNation
Copy link

谢谢提醒!@qpc2015

@noname004
Copy link

楼主的问题是不是和我提出的那个“ 2.2.1 windowLevel BUG ”是同一个情况??

@honkmaster
Copy link
Member

Please write in English.

@JermeryLee
Copy link

in iOS11 UIAlertViewDelegate(clickedButtonAtIndex:) does not display

@honkmaster
Copy link
Member

@JermeryLee This component is not UIAlertView thus the delegate method is of course not firing 😐.

@JermeryLee
Copy link

but iOS11 lowser can be display in clickedButtonAtIndex: method.

@apptasklpaco
Copy link

apptasklpaco commented Nov 3, 2017

There is a chance that SVProgressHUD not showing when using UIAlertView, deprecated in iOS8, as a popup an alert.
Step:

  1. [SVProgressHUD show] ;
  2. [UIAlertView show];
    or
  3. [UIAlertView show];
  4. [SVProgressHUD show] ;
    Example: https://github.com/apptasklpaco/SVProgressHUDNotShowing

@honkmaster
Copy link
Member

UIAlertView is deprecated, we can not deal with thus issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants