So, I have this UITableView. It\'s in an iPad application. Some of the cells have an accessory button on the right (the small round arrow). When that is pressed
Use the UITableView method -rectForRowAtIndexPath:. Note that that returns a rect within the table view’s coordinate system—if you need the rect relative to another view within the same window, use the UIView method -convertRect:fromView:.