系统报的这个警告:SettingthebackgroundcoloronUITableViewHeaderFooterViewhasbeendeprecated.PleaseusecontentView.backgroundColorinstead.
2 回答
FFIVE
TA贡献1797条经验 获得超6个赞
可以给这个UITableViewHeaderFooterView设置一个backgroundView比如:varbackgroundView:UIView=UIView()backgroundView.backgroundColor=UIColor.whiteColor()self.backgroundView=backgroundView
添加回答
举报
0/150
提交
取消
