Skip to content

Comments

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

Open
davidcourtney wants to merge 1 commit intoobjcio:masterfrom
davidcourtney:fix-ios8-all-views-get-removed
Open

When running under iOS 8 beta (using XCode 6 beta), after dismissing the...#1
davidcourtney wants to merge 1 commit intoobjcio:masterfrom
davidcourtney:fix-ios8-all-views-get-removed

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