1
2
|
var
page =
UIView
()
page.backgroundColor =
UIColor
.greenColor()
|
2,设置自定义颜色
(red: 0x37/255,green: 0xba/255,blue: 0x46/255,alpha: 1) |