Problem with uiscrollview setcontentoffset animated not scrolling when animated:yes is set
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 = …; }];