-
Notifications
You must be signed in to change notification settings - Fork 232
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
Popup doesn't show at all #36
Comments
It works. Can you post you're code. |
I just used your sample code and inserted it in my codes.
|
Try doing it this way, KLCPopup* popup = [KLCPopup popupWithContentView:contentView];
popup.dimmedMaskAlpha = .85;
[popup show]; |
I already copied the whole ViewController code in your example and calls that controller within my app but the popup still does not appear. I also tried other popup libraries but they all don't show up. What could be the problem? |
I found the real culprit. I tried it on iOS 7.1 and it worked. It is not working on iOS 8 (as tested on iOS 8.1 and 8.4). What do you think is the problem here? Thanks! |
I tried to run the sample project included in this repo on an ios 8.4 simulator and it worked. But i still can't figure out why it doesn't work when included within my application. Any help will be so much appreciated. Thanks! |
in KLCPopup.m to if (window.windowLevel == UIWindowLevelNormal && window.hidden == NO) { may be help |
@chatdanai Thanks a lot. |
@chatdanai Thanks !!! Suddenly KLC didn't showed up anymore, whereas it has been working for months very well. The only thing I've done is adding Firebase and Google frameworks, weird... If someone has an explanation for this 👍 |
@chatdanai your solution worked! I'm just curious, the pod has been working fine for months and suddenly stop working. Do you have an explanation for this? |
@amtung I haven't dug into the detail. I thought when ios updated, window, view structure may be change. |
Even the basic example doesn't work. No error. No popup. Just nothing.
The text was updated successfully, but these errors were encountered: