私は、iOS 6 で完全に正常に動作するアプリに取り組んでいます。1 つは、グループ化されたテーブルビューの背景色を透明に設定できないことです。Heresはもう動作しない私のコードです
tableForDetails = [[UITableView alloc]initWithFrame:CGRectMake(0, yAxisTable, 320, 150) style:UITableViewStyleGrouped];
UIColor *backGroundColor = [UIColor clearColor];
UIView *bview = [[UIView alloc]init];
[bview setBackgroundColor:backGroundColor];
[tableForDetails setBackgroundView:bview];
助けていただければ幸いです。ありがとう