[Solved] UIImage adding image as subView [closed]


To overlay one image over another in a single image, make an image graphics context, draw the first image, then draw the second image, and now extract the resulting image which now contains both of them (and close the graphics context).

1

solved UIImage adding image as subView [closed]