如何把一个UITableView滚动到tableFooterVi
2018-08-17 本文已影响92人
谢衣
[self.tableView scrollToRowAtIndexPath:[NSIndexPath indexPathForRow:
[self.tableView numberOfRowsInSection:0]-1 inSection:0]
atScrollPosition:UITableViewScrollPositionTop animated:YES];
其它姿势:
http://stackoverflow.com/questions/1355674/how-to-scroll-a-uitableview-to-the-tablefooterview