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://*.com/questions/724892/uitableview-scroll-to-the-top
http://*.com/questions/19243177/how-to-scroll-to-top-in-ios7-uitableview

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

上一篇:sencha touch 在线实战培训 第一期 第八节 (完结)


下一篇:input text 的事件及方法