84669 personnes étudient
152542 personnes étudient
20005 personnes étudient
5487 personnes étudient
7821 personnes étudient
359900 personnes étudient
3350 personnes étudient
180660 personnes étudient
48569 personnes étudient
18603 personnes étudient
40936 personnes étudient
1549 personnes étudient
1183 personnes étudient
32909 personnes étudient
我写了一个tableview,其中有些cell在点击的适合要处理cell里面的子控件的响应事件,但是好像每次都被tableviewCell给拦截了,不知道如何解决
下图中的优惠row中每次点击 整个row都变灰,cell里的每个button我都添加了点击时间,点击的时候完全没有响应
iOS中touch event是逐层传递的,并不是和手势操作一样存在干扰!只有在UITableViewCell得contentView最上层的UIView会响应touch事件,所以,你可以利用UI debug中的view hierarchy看一下subviews得布局,是否存在覆盖
Delegate 或者 NSNotification
iOS中touch event是逐层传递的,并不是和手势操作一样存在干扰!只有在UITableViewCell得contentView最上层的UIView会响应touch事件,所以,你可以利用UI debug中的view hierarchy看一下subviews得布局,是否存在覆盖
Delegate 或者 NSNotification