UITapGestureRecognizer *myTap = [[UITapGestureRecognizer alloc]initWithTarget:self action:@selector(hiddenBottonView:)]; lbl.userInteractionEnabled=YES;//打开交互 [lbl addGestureRecognizer:cell.myTap];