UIView添加事件

时间:2023-03-09 16:52:45
UIView添加事件
  UIView *loadView = [[UIControl alloc]initWithFrame:CGRectMake(0,0,320,480)];
loadView.backgroundColor = [UIColor clearColor];
[(UIControl *)loadView addTarget:self action:@selector(removeLoadView1)forControlEvents:UIControlEventTouchUpInside];