UIView *loadView = [[UIControl alloc]initWithFrame:CGRectMake(0,0,320,480)];
loadView.backgroundColor = [UIColor clearColor];
[(UIControl *)loadView addTarget:self action:@selector(removeLoadView1)forControlEvents:UIControlEventTouchUpInside];
2024-02-13 16:09:46
UIView *loadView = [[UIControl alloc]initWithFrame:CGRectMake(0,0,320,480)];
loadView.backgroundColor = [UIColor clearColor];
[(UIControl *)loadView addTarget:self action:@selector(removeLoadView1)forControlEvents:UIControlEventTouchUpInside];