UITapGestureRecognizer *ui=[[UITapGestureRecognizer alloc]initWithTarget:self action:@selector(alickList)];
view3.userInteractionEnabled=YES;
[view3 addGestureRecognizer:ui];