I had this happen too and ended up doing this workaround:
[UIView animateWithDuration:.25 animations:^{
self.scrollView.contentOffset = ...;
}];
I had this happen too and ended up doing this workaround:
[UIView animateWithDuration:.25 animations:^{
self.scrollView.contentOffset = ...;
}];