UITableView设置背景为透明

tableView. backgroundView = nil;

    tableView.backgroundColor = [UIColor clearColor];

    tableView.opaque = NO;

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