hit counter

Timeline

My development logbook

scrollViewDidScroll Is Not Called

if - (void)scrollViewDidScroll:(UIScrollView *)scrollView of the delegate is not called, one should check:

  • Has the delegate of the ScrollView been assigned?

  • Have you set the contentSize? Is it bigger than the bounds of the ScrollView?

  • Is Autolayout on (if you use storyboard)?