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

Flipping Very Quickly Causes Page Flipper to Fail #14

Open
SlaunchaMan opened this issue Sep 15, 2011 · 3 comments
Open

Flipping Very Quickly Causes Page Flipper to Fail #14

SlaunchaMan opened this issue Sep 15, 2011 · 3 comments

Comments

@SlaunchaMan
Copy link
Contributor

When I’m flipping through pages very quickly, the page flipping view fails to draw at times.

@SlaunchaMan
Copy link
Contributor Author

I found a commit that fixes this in another fork:

markph0204@04f7071

@SlaunchaMan
Copy link
Contributor Author

I’ve added a pull request for this.

@shakir1311
Copy link

  • (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];
    }

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