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

Animation issue when in UIScrollView #10

Open
Emailrus opened this issue Feb 1, 2017 · 3 comments
Open

Animation issue when in UIScrollView #10

Emailrus opened this issue Feb 1, 2017 · 3 comments

Comments

@Emailrus
Copy link

Emailrus commented Feb 1, 2017

When Checkbox is in scroll view animation twitches
screencast

You can test it in your example project by adding scroll view on top of everything and adding programmaticPaperCheckbox directly to it

@bfeher
Copy link
Owner

bfeher commented Feb 2, 2017

Hi @Emailrus! Thanks for using BFPaperCheckBox!

Unfortunately, UIScrollView (and related classes like UITableView) often interfere with touch-based controls. Try setting the delaysContentTouches property to NO like this:

self.scrollView.delaysContentTouches = NO;

I've noticed this twitch in iOS 10.x both with and without UIScrollView and have yet to solve it :c
I don't think it is related to only the UIScrollView, but hopefully making the above change will help.

@vplusm
Copy link

vplusm commented Jun 19, 2017

Not helped. Do anyone have a solution for this?

@patelhari
Copy link

it's working for me
thanks you.
@bfeher

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

4 participants