You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
replace the line in show function [[[[UIApplication sharedApplication] windows] firstObject] addSubview:self];
to [[[UIApplication sharedApplication] keyWindow] addSubview:self];
The text was updated successfully, but these errors were encountered:
Cookiezby
changed the title
The solution for show not work after iOS 10
The solution for show not working after iOS 10
Mar 15, 2018
replace the line in show function
[[[[UIApplication sharedApplication] windows] firstObject] addSubview:self];
to
[[[UIApplication sharedApplication] keyWindow] addSubview:self];
The text was updated successfully, but these errors were encountered: