UITableView设置背景为透明

来源:互联网 发布:mysql布尔型 编辑:程序博客网 时间:2024/05/16 05:16
tableView.backgroundView = nil;

    tableView.backgroundColor = [UIColor clearColor];

    tableView.opaque = NO;

原创粉丝点击