Erasing part of an image that overlaps with text from a UILabel
I have it where a user can move an image and uilabel around the screen. Say it is a black image and black text. I want the portion of the text that overlaps with the image to become transparent so that the background shows through and you can still read the text even though they were originally the same color. Hopefully this makes sense. I've found some links on erasing with touch. I'm not sure how to go about automating this with the portion of the text that overlaps. Maybe something like this "Masking an image with an image"? https://developer.apple.com/library/mac/#documentation