-
Notifications
You must be signed in to change notification settings - Fork 238
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
iOS8 bugs #22
Comments
I am having the same exact issue. I am using the transition to do full screen transitions, so it is incredibly noticeable. Has anyone taken a shot at this yet? Works perfectly on iOS7. |
Could this be an issue since iOS8 is depreciating certain segue values? I am going through the source right now to see if I can find anything. We need to find a fix to this. Thanx peeps! |
I've narrowed it down to the cleanupLayers function, in MPFlipTransition.m, when removing the animationView from the Superview. Every time this is called, the view flashes for a brief second on the simulator, but on the device it is longer. |
Just a quick note: This only happens when assigning a segue between 2 UIViewControllers in a Storyboard or calling in line. When you use it with a UIView inside a UIViewController, there is no glitch. |
What's the status on this issue? Did you guys ever get these bugs fixed? |
Thanks for a great library.
I've just updated to iOS8 and I have a problem, though. On transitioning to a new view controller using
- (void)presentViewController:flipStyle:completion:
, I get a brief flash of the original view controller just following the transition. On transitioning back, the transition appears to complete in about 2 frames, so is barely noticeable.I haven't yet tried investigating where this behaviour is coming from, but it was working beautifully on iOS7 ...
The text was updated successfully, but these errors were encountered: