UITapGestureRecognizer * tap=[[UITapGestureRecognizer alloc]initWithTarget:self action:@selector(goTapToChangeImage)];//添加手势
[passImage addGestureRecognizer:tap];//添加轻拍手势
UITapGestureRecognizer * tap=[[UITapGestureRecognizer alloc]initWithTarget:self action:@selector(goTapToChangeImage)];//添加手势
[passImage addGestureRecognizer:tap];//添加轻拍手势