youngsoft / TangramKit

TangramKit is a powerful iOS UI framework implemented by Swift. It integrates the functions with Android layout,iOS AutoLayout,SizeClass, HTML CSS float and flexbox and bootstrap. So you can use LinearLayout,RelativeLayout,FrameLayout,TableLayout,FlowLayout,FloatLayout,LayoutSizeClass to build your App 自动布局 UIView UITableView UICollectionView
MIT License
1.21k stars 175 forks source link

在cell中添加TGBaseLayout的点击事件问题 #23

Closed yorling closed 5 years ago

yorling commented 6 years ago

在UITableViewCell中添加了一个TGRelativeLayout,并tg_setTarget设置了点击事件

但是点击TGRelativeLayout时,cell本身的点击事件(tableView didSelectRowAt)也会被调用

建议添加一个tg_xx属性,以控制是否让tg_setTarget的点击事件向下传递给父控件