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

iOS8 bugs #22

Open
jawj opened this issue Sep 23, 2014 · 5 comments
Open

iOS8 bugs #22

jawj opened this issue Sep 23, 2014 · 5 comments

Comments

@jawj
Copy link

jawj commented Sep 23, 2014

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 ...

@MattFedo
Copy link

MattFedo commented Oct 6, 2014

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.

@MattFedo
Copy link

MattFedo commented Oct 9, 2014

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!

@MattFedo
Copy link

MattFedo commented Nov 6, 2014

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.

@MattFedo
Copy link

MattFedo commented Nov 6, 2014

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.

@mitchellporter
Copy link

What's the status on this issue? Did you guys ever get these bugs fixed?

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

3 participants