in the interface builder,i can find the background tag,and select the color and the opacity.
if I create the UIView programmatically,if I want to change color,I can set the backgroundColor property
the question is if I want to change the opactiy,What is the property should I change?
Thanks a lot.