tags:

views:

54

answers:

1

Hi I have one app where i need to slice two or three images into one image can anybody help me in this

A: 

U want 3 diff images in one imageview for that u create 1 UIview and 3 UIImageview through CGRect u specify the position of the images and finally u simply add all imageviews in the view.

Arun Sharma