How to create a collage type template in ios

How to combine two images with a rounded pattern. How to draw a pattern like a round type between two image splits Here is an example of a pattern I want between merging two images .....

enter image description hereenter image description here

+3


source to share


1 answer


You may need to use the drawRect function and render the graphics DrawImage.

Create different shapes of representations using the bezier path and drawing material and then a clip so that the borders are set to YES. Then draw / paint the image.

Refer to these links for usage as I haven't tried it yet but can think about it.



1) https://www.cocoacontrols.com/controls/iqirregularview (for drawing a figure) 2) How to draw a UIImage or directly in -drawRect :? (for drawing the image)

Hope you have an idea now.

0


source







All Articles