Please use contentView.backgroundColor instead.

最近做项目的时候,tableView的headerView用xib做了自定义类,然后在xib中把backgroundcolor直接改成了white,然后就一直提示这段代码。把xib中的backgroundcolor改成default就不会有提示了。如果想设置背景颜色可以用headerView.contentView.backgroundColor进行设置。

你可能感兴趣的:(Please use contentView.backgroundColor instead.)