You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
When Checkbox is in scroll view animation twitches

You can test it in your example project by adding scroll view on top of everything and adding programmaticPaperCheckbox directly to it
The text was updated successfully, but these errors were encountered: