I have a simple UIScrollView and a UIPager, whenever I scroll through the scrollview I want to change my pager, but for some reason (void)scrollViewDidEndScrollingAnimation:(UIScrollView *)scrollView
isn't being called.
My delegate is working since (void)scrollViewDidScroll:(UIScrollView *)scrollView
just works, am I forgetting something here?
Or is there another way you can change a UIPager
when the scrollview is being scrolled through?