热门搜索 :
考研考公
您的当前位置:首页正文

UITableViewSectionHeader背景色问题

来源:东饰资讯网

控制台提示: Setting the background color on UITableViewHeaderFooterView has been deprecated. Please use contentView.backgroundColor instead
解决办法:把xib中的把backgroundcolor改成default就不会有提示了。如果想设置背景颜色可以用headerView.contentView.backgroundColor进行设置。

Top