tags:

views:

140

answers:

2

I have two images.I want to display like where the first image end the next one should start.

both have same width but the height of the first one is variable .

I am not getting perfect code for it .

please help me I am using one above another its displayed as a overlapped ??

A: 

how to merge the two image and make the output as the single one image,and even by adding the text to the image,like adding the caption in the greeting/wedding card

With Regards

siva
Please start a new question on this.
KennyTM
A: 

Take 2 UIImageView and set their frame in such a way that when the first imageView ends you start the second imageView and in both the imageView set your image. Whatever height it is its gonna set in that imageView Itself....

hAPPY cODING...

Suriya