How can I combine two images?
I mean I have two images: one small and another big one. I want to add small image onto big one at a specific point and I need to get an UIImage
as the result.
I have tried CGCreateImageFromMask
but that makes small image to cover bigger image completely.