gpambrozio / BlockAlertsAnd-ActionSheets

Beautifully done UIAlertView and UIActionSheet replacements inspired by TweetBot
http://codecropper.com/2012/01/replicating-tweetbots-alerts-and-action-sheets/
MIT License
1.41k stars 268 forks source link

BlockTableAlertView cell background color #66

Open ScottEAdams opened 11 years ago

ScottEAdams commented 11 years ago

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];