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?
|
|
Remember to import QuartzCore and add the framework
It is very easy but I didn't find the answer anywhere! |
|||
|
|
You might be able to use CGContextClipToMask:
|
|||
|
|
|
Thanks drawnonward, ended up with this function:
|
|||
|
|