I have question that how could I set the ImageView image object as a background in my iPhone I use sdk 4.2 and in iPhone 4 its possible to set the backgound image in iPhone... So my case is that if some one likes the picture then they should give the UIAlertView to set as a background... OK & Cancel option in ok option its automatically set the image as a background.
My object are as follow:
UIImageView *imgViewObj = [[UIImageView alloc]init];
[imgView setImage:[UIImage imageWithName:@"sampleImage.png"]];
I have to set this imgView obj as a background image...