I'm trying to set backgroundColor
property of UITableView
with Interface Builder' Attributes Inspector after update to Xcode7-beta4 and it doesn't seem to work.
Steps to reproduce:
- Create new single view project
- Create
UITableViewController
with few static cells as initial controller of storyboard - Set
UITableView
's background in Attributes inspector
It works if I set backgroundColor
in User Defined Runtime Attributes.
Should I submit a bug report?