点击tableViewCell 返回错误的IndexPath
最近在做一个类似微信朋友圈的软件,在
TableView
中嵌套
tableView
,里面的
tableView
用于显示回复,点击里层的
tableViewcell
, 结果出现返回不正确的
indexpath
,
在该方法中
(void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
会打印出上次点击的
indexpath
, 只有第一次点击的时候,才会打印出正确的indexpath,但第一次点击常常会出现响应不到的情况,不知道各位大神有谁遇到过这种问题,求指导
道知不都么什我
10 years, 1 month ago