resizedImageView.userInteractionEnabled = YES;

    UITapGestureRecognizer *singleTap = [[UITapGestureRecognizer alloc] initWithTarget:self action:@selector(photoTapped)];
    [resizedImageView addGestureRecognizer:singleTap];//点击图片事件
    NSLog(@"haha");
    [self.view addSubview:resizedImageView];//加载图片

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-06-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-08-29
  • 2021-12-04
  • 2022-12-23
  • 2022-12-23
  • 2021-12-31
  • 2021-08-17
相关资源
相似解决方案