怎么解决UIScrollView把uitableviewcell的点击事件屏蔽了

mac2022-06-30  22

 

[self.contentView addSubview:self.scrollView]; self.scrollView.userInteractionEnabled = NO; [self.contentView addGestureRecognizer:self.scrollView.panGestureRecognizer];

 

转载于:https://www.cnblogs.com/Cheetah-yang/p/4700350.html

相关资源:JAVA上百实例源码以及开源项目
最新回复(0)