I am creating a UIView containing some text that partially covers a UIImageView. I want the user to be able to read the text and still maintain a perspective on the image undern
Eventually you already have a color so you could use .colorWithAlphaComponent like this:
.colorWithAlphaComponent
let exampleColor = UIColor.blackColor() overlayView.backgroundColor = exampleColor.colorWithAlphaComponent(0.8)