标签:
// [UIView animateWithDuration:0.75 animations:^{
// [self.scrollView setContentOffset:CGPointMake([UIScreen mainScreen].bounds.size.width, 0)];
// } completion:^(BOOL finished) {
// }];
[self.scrollView setContentOffset:CGPointMake([UIScreen mainScreen].bounds.size.width, 0) animated:YES];
标签:
原文地址:http://www.cnblogs.com/clumsy1006/p/4485506.html