Changing UIView attributes via Interface Builder

interface-builder, ios, uibutton, uiview, xcode

Solution

Go to the view section on the right and then click on "Show". The section will scroll up.

Problem

In Xcode 5 Can we change UIView attributes like background color through Interface builder. I am trying to change the background color on UIButton which inherits from UIView on interface builder but it looks like you could do that in Xcode 4.x on a custom button but in Xcode 5 that I have I do not see any options to change any attributes for the UIButton's UIView properties.

Original source