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:

  1. create new single view project
  2. create uitableviewcontroller few static cells initial controller of storyboard
  3. 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

Popular posts from this blog

javascript - Karma not able to start PhantomJS on Windows - Error: spawn UNKNOWN -

Nuget pack csproj using nuspec -

c# - Display ASPX Popup control in RowDeleteing Event (ASPX Gridview) -