How to mask a UIView

Posted by Thomas Joos on Stack Overflow See other posts from Stack Overflow or by Thomas Joos
Published on 2010-06-17T07:18:14Z Indexed on 2010/06/17 7:23 UTC
Read the original article Hit count: 576

Filed under:
|
|

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?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about uiview