UIScrollView *scrollView = [[UIScrollView alloc] initWithFrame:self.view.bounds]; scrollView.contentSize = CGSizeMake(x * n, self.view.bounds.size.height);其中 X 为 想要偏移的距离 N 为偏移的个数;X给多少 每次滑动就偏移多少