首页 > 代码库 > IOS UIScrollView滚动到指定位置

IOS UIScrollView滚动到指定位置

[mScrollView setContentOffset:CGPointMake(0,200) animated:YES];

IOS UIScrollView滚动到指定位置