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
When I’m flipping through pages very quickly, the page flipping view fails to draw at times.
The text was updated successfully, but these errors were encountered:
I found a commit that fixes this in another fork:
markph0204@04f7071
Sorry, something went wrong.
I’ve added a pull request for this.
(void) cleanupFlip { .......
self.currentView.alpha = 1;
self.currentView.frame = self.bounds;
if ( self.subviews.count == 0 ) { [self addSubview:currentView]; } self.nextView = nil;
[self setUserInteractionEnabled:TRUE]; }
No branches or pull requests
When I’m flipping through pages very quickly, the page flipping view fails to draw at times.
The text was updated successfully, but these errors were encountered: