UIScrollView可以定位到滚动的具体位置,就这么简单
CGPoint position = CGPointMake(0,142);
[hotScrollerViewsetContentOffset:position animated:YES];