Changing UIView Attributes through Interface Builder

In Xcode 5, can we change the attributes of a UIView, such as the background color, through the interface constructor. I'm trying to change the background color to UIButton, which UIView inherits from the interface builder, but it looks like you can do it in Xcode 4.x on a custom button, but in Xcode 5, which I have, I don't see any parameters to change which Any attributes for UIView UIButton properties.

+7
ios xcode uibutton interface-builder uiview
source share
1 answer

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

enter image description here

+12
source share

All Articles