如何获取 didSelectRowAtIndexPath 中的坐标

How can I get the coordinates in didSelectRowAtIndexPath

我有一个 UITableView,其中选择一行会触发带有视频的 MPMoviePlayerController。我将大小设置为 0,所以它是不可见的。

现在我想让隐藏动画更好看,方法是让它集中在选定的单元格上。

我似乎无法找到一种方法来获取所选行的坐标而不做一些荒谬的事情,例如在 UITableView.[=14 顶部制作透明 UIView =]

- (CGRect)rectForRowAtIndexPath:(NSIndexPath *)indexPath

- (NSIndexPath *)indexPathForSelectedRow

CGRect yourRect = [tableView rectForRowAtIndexPath: [tableView indexPathForSelectedRow]];