首页 > 代码库 > uiTableView透明效果

uiTableView透明效果

        //uiTableView透明效果

        tableView.backgroundView=nil;

        tableView.backgroundColor=[UIColor clearColor];

        uiTableViewCellPullDown.textLabel.backgroundColor=[UIColor clearColor];

        uiTableViewCellPullDown.backgroundColor=[UIColor clearColor];