Skip to content

BlockTableAlertView cell background color #66

@ScottEAdams

Description

@ScottEAdams

Im really struggling with something that should be easy. How to change the color of the cell/tableView??

Tried the following with no luck

alert.tableView.backgroundView = nil;
alert.tableView.backgroundColor = [UIColor blackColor];

cell.backgroundView.backgroundColor = [UIColor blackColor];
cell.backgroundColor = [UIColor blackColor];
cell.textLabel.backgroundColor = [UIColor blackColor];

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions