We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi. when i add flipper on a imageview it doesnt work clear ? why ?
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
Hi. when i add flipper on a imageview it doesnt work clear ? why ?
The text was updated successfully, but these errors were encountered: