UIScrollView可以定位到滚动的具体位置,就这么简单

CGPoint position = CGPointMake(0, 142);

        [hotScrollerView setContentOffset:position animated:YES];

你可能感兴趣的:(UIScrollView可以定位到滚动的具体位置,就这么简单)