Objective c UITableView透明背景

Objective c UITableView透明背景,objective-c,ios,uitableview,Objective C,Ios,Uitableview,我得到了这个密码: UIViewController *nextQuestionView = [[QuizzQuestionViewController alloc]init]; nextQuestionView.view.backgroundColor=[UIColor colorWithRed:0.44 green:0.44 blue:0.41 alpha:1]; [self.navigationController pushViewController:nextQuesti

我得到了这个密码:

UIViewController *nextQuestionView = [[QuizzQuestionViewController alloc]init];
    nextQuestionView.view.backgroundColor=[UIColor colorWithRed:0.44 green:0.44 blue:0.41 alpha:1];
    [self.navigationController pushViewController:nextQuestionView animated:YES];
    NSLog(@"gotonextQuestion");
    [nextQuestionView newQuestion];
    [nextQuestionView release];
我想去掉黑角


谢谢。

嗯,我没有看到任何黑色角落,你能给我们看一张截图吗?我发现了我的错误。我没有将clearColor应用于良好的桌面视图。