interface builder - Can't set backgroundColor property of UITableView in Attributes inspector after update to Xcode7-beta4 -
i'm trying set backgroundcolor
property of uitableview
interface builder' attributes inspector after update xcode7-beta4 , doesn't seem work.
steps reproduce:
- create new single view project
- create
uitableviewcontroller
few static cells initial controller of storyboard - set
uitableview
's background in attributes inspector
it works if set backgroundcolor
in user defined runtime attributes.
should submit bug report?
the issue resolved in xcode7-beta5.
Comments
Post a Comment