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

When running under iOS 8 beta (using XCode 6 beta), after dismissing the... #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

davidcourtney
Copy link

... Add View Controller the screen goes black and no further interaction is possible.

What appears to be happening is that views become the child of a UITransitionView. When the Add views are dismissed it takes all other views with it. With this line remove the UITransitionView only owns the new Add related views, and therefore behaves as expected. The change does not appear to cause any problems in iOS 7. The Swift version of the code does not have this line.

…the Add View Controller the screen goes black and no further interaction is possible.

What appears to be happening is that views become the child of a UITransitionView. When the Add views are dismissed it takes all other views with it.  With this line remove the UITransitionView only owns the new Add related views, and therefore behaves as expected.  The change does not appear to cause any problems in iOS 7.  The Swift version of the code does not have this line.
@coolzc
Copy link

coolzc commented Nov 1, 2014

I have deleted the line of the code u mentioned,and it works,thank u a lot!

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

Successfully merging this pull request may close these issues.

3 participants