UITableView Scroll to top 手动设置tableview 滚动到 顶部

UITableView Scroll to top 手动设置tableview 滚动到 顶部

[mainTableView scrollRectToVisible:CGRectMake(0,0,1,1) animated:YES];

[mainTableView setContentOffset:CGPointZero animated:YES];

参考:http://stackoverflow.com/questions/724892/uitableview-scroll-to-the-top
http://stackoverflow.com/questions/19243177/how-to-scroll-to-top-in-ios7-uitableview

你可能感兴趣的:(UITableView Scroll to top 手动设置tableview 滚动到 顶部)