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

iOS 7 flip animation issue. #28

Open
MageshSai opened this issue Oct 6, 2013 · 3 comments
Open

iOS 7 flip animation issue. #28

MageshSai opened this issue Oct 6, 2013 · 3 comments

Comments

@MageshSai
Copy link

I have implemented AFKPageflipper in my app,when tested on iOS 7 i couldn't able to see the page flip animation.Pages are just jumping instead of flipping.But it's working great on lower versions.Please provide me suggestion on this.

@songxie
Copy link

songxie commented Dec 16, 2013

I have this problem too.

@MageshSai
Copy link
Author

Please use this in imagerendering

/* iOS 7 /
if ([self respondsToSelector:@selector(drawViewHierarchyInRect:afterScreenUpdates:)])
[self drawViewHierarchyInRect:self.bounds afterScreenUpdates:YES];
else /
iOS 6 */
[self.layer renderInContext:UIGraphicsGetCurrentContext()];

@allen8300
Copy link

The above solution that MageshSai came up doesn't work.

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