How to mask/crop a picture using the pattern like the image in UIImageView? Can any one help me with refrences?

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.
Pass two images to the below function. 1) Image to be mask and 2) your mask pattern Image.
You can refer the full tutorial here.
If you want to clip image by passing some path then have a look at this SO Answer.
Hope this will solve your problem.