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
在UITableViewCell中添加了一个TGRelativeLayout,并tg_setTarget设置了点击事件
但是点击TGRelativeLayout时,cell本身的点击事件(tableView didSelectRowAt)也会被调用
建议添加一个tg_xx属性,以控制是否让tg_setTarget的点击事件向下传递给父控件