摘要:
-convertPoint: toView:获取试图坐标系之间的坐标变换[UITableView indexPathForRowAtPoint:] 获得行序列号例如:- (IBAction)cellButtonTapped:(id)sender { UIButton *button = sender; CGPoint correctedPoint = [button convertPoint:button.bounds.origin toView:self.tableView]; NSIndexPath *indexPath = [self.table... 阅读全文