如何把一个UITableView滚动到tableFooterView?

[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

你可能感兴趣的:(如何把一个UITableView滚动到tableFooterView?)