-
Notifications
You must be signed in to change notification settings - Fork 535
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
Within UINavigationController #2
Comments
Solved it. I edited
|
Hahhah fast and furious! 👍 I can add this fix or you can create a PR with this fix |
I really love this repo, MUCH better than alert views and action sheets! You can just add the fix! |
Patched! Need a new release? |
dogo
added a commit
that referenced
this issue
May 29, 2015
restore interactivePopGesture to previous state #2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've enjoyed working with your repo! Here's a small issue I encountered.
I have a main ViewController that is embedded in a UINavigationController. On that main view, I show an SCLAlertView, using:
For the root view controller, I use
self.navigationController
because I want the SCLAlert's shadow view to cover the title bar and buttons.Now here comes the issue.
From that view, I present a modal view controller. When I dismiss that window the main view pushes a blank view controller for some reason. This ONLY happens if I've displayed the SCLAlert, THEN display the modal. It doesn't happen if I haven't displayed the SCLAlert before displaying the modal view controller.
The text was updated successfully, but these errors were encountered: