我有一个 UIButton 添加到 UITableViewCell 我希望这个按钮调用我已经知道调用的“didSelectRowAtIndexPath”
[self tableView:self.tableView didSelectRowAtIndexPath:indexpath];
但是我无法获取索引路径并尝试了的问题
[self.Tableview indexPathForRowAtPoint:[self.view convertPoint:[sender center] fromView:self.Tableview]]
方法,但它返回相同的 CGPoint ,有什么帮助吗?