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

self.presentingViewController != nil #9

Closed
hslightnin opened this issue Oct 5, 2016 · 1 comment
Closed

self.presentingViewController != nil #9

hslightnin opened this issue Oct 5, 2016 · 1 comment

Comments

@hslightnin
Copy link

func isModal() this is returning true because self.presentingViewController isn't nil.

im presenting like in the example
self.navigationController?.pushViewController(pdf, animated: true)

@pushchris
Copy link
Contributor

@hslightnin please check the latest update. I've moved the push/present logic to the developer side as a boolean isPresentingInModal instead of automatically calculating it. There were too many edge cases when trying to handle it automatically.

diegostamigni pushed a commit to diegostamigni/UXMPDFKit that referenced this issue May 28, 2019
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

2 participants