Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions MLTableAlert Files/MLTableAlert.m
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,8 @@ -(void)show
self.table.dataSource = self;
self.table.separatorStyle = UITableViewCellSeparatorStyleNone;
self.table.backgroundView = [[UIView alloc] init];
for (UIView * subview in self.table.subviews)
[subview setBackgroundColor:[UIColor whiteColor]];
[self.alertBg addSubview:self.table];

// setting white-to-gray gradient as table view's background
Expand Down