iOS UITableviewCell 透明
2017-10-12 本文已影响0人
想想8606
2步:
1、_tableView.backgroundColor = [UIColor clearColor];
2、
cell.backgroundColor = [UIColor colorWithWhite:0.8 alpha:0.8];
2步:
1、_tableView.backgroundColor = [UIColor clearColor];
2、
cell.backgroundColor = [UIColor colorWithWhite:0.8 alpha:0.8];