Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Changing UIView attributes via Interface Builder

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.

like image 911
nata11 Avatar asked Jan 27 '14 15:01

nata11


1 Answers

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

enter image description here

like image 74
iCode Avatar answered Oct 30 '22 22:10

iCode