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

#getRootViewController returns nil #43

Open
b-raines opened this issue Apr 11, 2016 · 0 comments
Open

#getRootViewController returns nil #43

b-raines opened this issue Apr 11, 2016 · 0 comments

Comments

@b-raines
Copy link
Contributor

When looping through window.subviews the next responder object for the 2 subviews returned were both windows (instead of a UIViewController). Moved call to showPrompt() to a different area as a temporary solution.

Call to #userDidSignificantEvent was taking place upon dismissing an AVPlayerViewController which was presented modally over a UIPageViewController (that was embedded within a UINavigationController).

I didn't spend too much time diagnosing this, but my assumption is that the presented view controller had not been fully dismissed yet, causing the unexpected behavior... If I have time later, I'll try to dig in and determine if that was actually the cause.

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

1 participant