Ok, so I don’t understand why this happens sometimes. When you first drag in a UITableView into your .xib, the tableView background looks white. Then if you change it to another color, and try to switch back to the default with the slash in it, or even white, the TableView shows black. See image
The tableview is set to white. The View for the view controller is set to white, yet I see black in the .xib. However when I actually run the app, it does show white correctly. It just bothers me that I see black like this and don’t know why. Does this happen to other ppl? Thanks.
Yeah this happens quite frequently. It’s not only related to the UITableViewCell but it can happen on all UIViews.
I’ve stopped using the default value and instead select the actual color even though they are the same. It is only when selecting default it will give this kind of results.