-
Notifications
You must be signed in to change notification settings - Fork 394
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
Does not show at all #83
Comments
I'm not the author, just a fellow user. I've have the Custom alert working in 2 separate controllers without issue. I've can even get the plain version with no buttons to show. My guess is that either you're not setting a frame for the view. See the demo at the function -(void *) createDemoView. Or you may have not set the view controller as an CustomIOSAlertViewDelagate. I had issues at first too and it was the former issue that I listed. |
I am trying to present it over TableView, unfortunately it's not showing up at all. |
Can you post your code for when you initialize your alert view? |
Just added library in 3rdParty and rewrite method and changed code |
Running from the sample launch without problema
but when trying to launch elsewhere does not show anything
CustomIOSAlertView *alertView = [[CustomIOSAlertView alloc] init];
.....
[alertView show];
The text was updated successfully, but these errors were encountered: