I have a UIImageView and I wanted to add a black overlay on top of it. What is the best way of doing this without having to override drawRect? I was thinking of adding a CALayer
Did you think about adding a UIView with black backgroundColor and 0.3 alpha as a subview to the image view?
UIView