ios - tableviewCell怎么处理子控件的事件响应
巴扎黑
巴扎黑 2017-04-17 17:05:46
0
2
754

我写了一个tableview,其中有些cell在点击的适合要处理cell里面的子控件的响应事件,但是好像每次都被tableviewCell给拦截了,不知道如何解决

下图中的优惠row中每次点击 整个row都变灰,cell里的每个button我都添加了点击时间,点击的时候完全没有响应

巴扎黑
巴扎黑

répondre à tous(2)
洪涛

iOS中touch event是逐层传递的,并不是和手势操作一样存在干扰!只有在UITableViewCell得contentView最上层的UIView会响应touch事件,所以,你可以利用UI debug中的view hierarchy看一下subviews得布局,是否存在覆盖

Peter_Zhu

Delegate 或者 NSNotification

Derniers téléchargements
Plus>
effets Web
Code source du site Web
Matériel du site Web
Modèle frontal
À propos de nous Clause de non-responsabilité Sitemap
Site Web PHP chinois:Formation PHP en ligne sur le bien-être public,Aidez les apprenants PHP à grandir rapidement!