How to mask a UIView
- by Thomas Joos
hi guys,
I'm working on an app where I draw a UIView via code and I fill it with a UIColor. Next thing I want to load a mask.png file (no transparancy, just black and white) and mask the UIView to change its visual appearance.
Any idea how to do this?