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

posted @ 2014-01-16 09:09  cocoajin  阅读(2709)  评论(0编辑  收藏  举报