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

Fixes flicker when progress animation completes #32

Merged
merged 1 commit into from
Jul 11, 2014
Merged

Fixes flicker when progress animation completes #32

merged 1 commit into from
Jul 11, 2014

Conversation

scalessec
Copy link
Contributor

This fixes the flicker seen when the progress animation completes, as mentioned in issue #30. The way your example project is currently setup, you don't actually see the flicker. Here's how you can test it:

I'm using iOS7 base SDK and iPhone Retina (4-inch 64-bit) simulator. In ViewController.m comment out [self startAnimation]; on line 53 and add in [self.progressView setProgress:0.7 animated:YES];.

Run the app and notice the flicker when the animation completes. Merge this branch and confirm the flicker is fixed.

@vanderneut
Copy link
Contributor

Thanks scalessec! That's beautiful. I tested your fix in my app, and it indeed fixes that brief flicker.

Daniel, I suggest you merge this fix into your repository :-)

Erik

@danielamitay
Copy link
Owner

Sweet, thanks @scalessec!

danielamitay added a commit that referenced this pull request Jul 11, 2014
Fixes flicker when progress animation completes
@danielamitay danielamitay merged commit de930cf into danielamitay:master Jul 11, 2014
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

Successfully merging this pull request may close these issues.

None yet

3 participants