您好我的应用程序中我面临的一个问题是下面的代码没有在ios7中退回单元格。你能告诉我原因吗?实际上,当我点击特定单元格必须返回的按钮时,我在单元格上有按钮。
(UITableViewCell *)[[发送者superview] superview]
答案 0 :(得分:0)
尝试以下代码并使用按钮标记解决此问题,如下所示。
NSIndexPath *indexPath = [tableviewObject indexPathForRowAtPoint:yourbutton.tag];
return [tableviewObject cellForRowAtIndexPath:indexPath];