美文网首页
xib中去掉 UITableViewCell 默认的选中cell

xib中去掉 UITableViewCell 默认的选中cell

作者: 米亚流年 | 来源:发表于2018-06-12 16:46 被阅读0次
    WX20180612-164239@2x.png

    这个方法还是会执行的

    • (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath{
      NSLog(@"已经选中");
      }

    相关文章

      网友评论

          本文标题:xib中去掉 UITableViewCell 默认的选中cell

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