UITableView 背景透明

[self.tablesetBackgroundView:nil];

[self.tablesetBackgroundView:[[UIViewalloc]init]];

self.table.backgroundView.backgroundColor = [UIColor clearColor];

tableview.backgroundColor = [UIColor clearColor];


你可能感兴趣的:(UITableView 背景透明)