I am trying to get the window coordinates of a table view using the following code:
[self.tableView.superview convertRect:self.tableView.frame toView:nil]>
[self.tableView.superview convertRect:self.tableView.frame toView:nil]
You should be able to get the current table view coordinates from self.tableView.bounds