tableViewCellにaddSubviewしたcollectionViewをタップした時、

func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath)

が呼ばれないのですが、
どのようにすれば、呼ばれますか?