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:
UITableViewController
with few static cells as initial controller of storyboardUITableView
's background in Attributes inspectorIt works if I set backgroundColor
in User Defined Runtime Attributes.
Should I submit a bug report?
The issue was resolved in Xcode7-beta5.