maitree solanki
maitree solanki

Reputation: 135

Different frames for images Swift

I want to add frames on images just like editing application in which we can add more than one image in single UIimageview and save that image to gallery. I have searched lot about it, does anyone know how to do that or any reference for this?

Upvotes: 0

Views: 557

Answers (1)

Ganesh Amrule
Ganesh Amrule

Reputation: 427

You won't be able to add multiple images to single UIImageView. You can create single image from multiple images and then set to UIImageView, This could be solution.

Here is link, How To combine multiple images into single one. merge-multiple-images-into-one-image-in-iphone

This is Objective C code you need to port to swift.

Upvotes: 1

Related Questions