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