is it possible to add an alpha property on a region in the same image?
For example


Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The easiest solution would be to break the image apart and save the alpha as part of a png, then organize the imageviews to be flush against each other.
Otherwise, I wrote this quick code in a regular view that does the same with an image (I’m relatively new to Core Graphics so I’m sure there are better ways of doing this – also, my example the images are side by side):