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

the latest iOS SDK breaks the transition behaviour on iOS 5.x #1

Open
horseshoe7 opened this issue Dec 14, 2012 · 0 comments
Open

the latest iOS SDK breaks the transition behaviour on iOS 5.x #1

horseshoe7 opened this issue Dec 14, 2012 · 0 comments
Assignees

Comments

@horseshoe7
Copy link
Owner

Had an issue in production code where this class, while working perfectly for months, started to have issues with the transitions that use the [UIView animateWithDuration: method.

the fix is that you have to use transitionToViewController: ... but this method implicitly calls addSubview where for transitions that SlideOld to reveal the new one you need something like insertSubview.

So, yeah, need to think of a solution here.

probably need to make a demo project that will trace all the will/didMoveToSuperview, etc. and then find the appropriate time to re-arrange the subviews.

@ghost ghost assigned horseshoe7 Dec 14, 2012
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