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

Avoid gradient flickering of caption view on iOS 9 #165

Closed
wants to merge 1 commit into from
Closed

Avoid gradient flickering of caption view on iOS 9 #165

wants to merge 1 commit into from

Conversation

cxa
Copy link

@cxa cxa commented Mar 4, 2016

Update gradientLayer frame in current runloop is needed, or you'll see the flicker (due to CALayer's implicit animation).

cdzombak added a commit that referenced this pull request Mar 7, 2016
This implements @cxa's fix from #165 on top of the large project restructuring from #164 .

I've reproduced the issue and verfied this fix on an iOS 9 device.
@cdzombak
Copy link
Contributor

cdzombak commented Mar 7, 2016

Thanks for the fix, @cxa! #164 created a large merge conflict, so I recreated this change in #166 and merged it.

@cdzombak cdzombak closed this Mar 7, 2016
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

2 participants