UITableView设置背景为透明

    //UITableView设置背景为透明

    table.backgroundView = nil;

    table.backgroundColor = [UIColor clearColor];

    table.opaque = NO;


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