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

UIView snapshots and iPhone6 #12

Open
noschix opened this issue Oct 16, 2014 · 5 comments
Open

UIView snapshots and iPhone6 #12

noschix opened this issue Oct 16, 2014 · 5 comments

Comments

@noschix
Copy link

noschix commented Oct 16, 2014

Since I used this segue for my app it used to work fine until I bought the new iPhone 6 yesterday.
The issue only occurs on iPhone6 (iPhone 5 and below works fine):
When I tap a button to perform the segue, the view will jump to it's destination view where it takes the screenshot and jump right back to the source view. This takes about 0.3 seconds (Yes it's vivisble). Then it starts to perform the actual segue.

Is there any fix for this?

P.s: I'm using iOS8 on both devices.

@ageorgios
Copy link

Same problem to me, any solutions?

@noschix
Copy link
Author

noschix commented Jan 20, 2015

Yep. Somehow.. I figured out that this effect only takes place on ios8 and above. ios7 works just fine. It depends on the iOS if you have the same issue. I tried a workaroud where on iOS8 devices I would use a different segue instead...

@ageorgios
Copy link

so you didn't succeed in having the 3D effect on iOS8 without the "snapshot, did you?
It's sad the author abandoned the project, it is unique.

@noschix
Copy link
Author

noschix commented Jan 20, 2015

That's right. I think this segue and project is simply outdated. Sad for those who liked to use it.

@ageorgios
Copy link

ageorgios commented Jun 7, 2017

any fix on this?
how can I run this
[self.sourceViewController presentViewController:self.destinationViewController animated:NO completion:nil];
only when the flipping animation finishes?

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

2 participants