美文网首页
tableView上cell子view点击事件

tableView上cell子view点击事件

作者: 不舍 | 来源:发表于2016-08-05 09:57 被阅读96次

    self.taskTable.delaysContentTouches =NO;
    for (UIView *subView in self.taskTable.subviews) {
    if ([subView isKindOfClass:[UIScrollView class]]) {
    ((UIScrollView *)subView).delaysContentTouches = NO;
    }
    }

    相关文章

      网友评论

          本文标题:tableView上cell子view点击事件

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