美文网首页
didSelectRowAtIndexPath不被调用

didSelectRowAtIndexPath不被调用

作者: 养頭渔 | 来源:发表于2017-07-27 18:11 被阅读23次

    -(void)touchesBegan:(NSSet*)touches withEvent:(UIEvent *)event{

    [self endEditing:YES];

    }

    原因很简单,在代码中设置了上面这个方法,导致点击cell时该方法称为了第一响应者,

    而didSelectRowAtIndexPath方法不会被执行

    注释了上面的方法就OK了。

    相关文章

      网友评论

          本文标题:didSelectRowAtIndexPath不被调用

          本文链接:https://www.haomeiwen.com/subject/vtctlxtx.html