-(void)viewDidLoad { self.title = @"Delete testing"; //添加背景 UIImageView *back = [[UIImageView alloc] initWithFrame:CGRectMake(0, 0, 320, 480)]; [back setBackgroundColor:[……