zl程序教程

您现在的位置是:首页 >  其它

当前栏目

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

设置 to 滚动 手动 Top 顶部 scroll UITableView
2023-09-11 14:15:06 时间

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