i want to crop image in my iPhone app using any close path like UIBezierPath. i know it is possible using rectangle but i want crop in different shape. like i make one shape using touch and want to crop that image so how it is possible.
any suggestion or help.
Thanks in advance.
i want to crop image in my iPhone app using any close path like
Share
You can crop your image with a shapelayer. To do it you have to create a path that will be used as borders for your new image. You should look at this question.
Something like this.