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

cant use as subview. #3

Open
yatanadam opened this issue Dec 4, 2012 · 1 comment
Open

cant use as subview. #3

yatanadam opened this issue Dec 4, 2012 · 1 comment

Comments

@yatanadam
Copy link

Hi. when i add flipper on a imageview it doesnt work clear ? why ?

@Reefaq
Copy link
Owner

Reefaq commented Dec 4, 2012

if you see at initFlip method in AFKPageFlipper it created the snapshot of the currentView and nextView, see below snippet.

UIImage *currentImage = [self.currentView imageByRenderingView];
UIImage *newImage = [self.newView imageByRenderingView];

this image gets added on a layer which is been transformed when swipe occur.

So with this snapshot and transformation the text and image may get little unclear.

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