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.

ios xcode uibutton interface-builder uiview
nata11
source share