Monday, 9 September 2013

How to load images to several imageviews using same UIImagePickerController

How to load images to several imageviews using same UIImagePickerController

I have several UIImageViews For each image view I want to set different
images by selecting the UIImagePicker. Each UIImageView has seperate
button to open the Imagepicker. But my problem is how I can check to which
Imageview should I load the image inside the
- (void)imagePickerController:(UIImagePickerController *)picker
didFinishPickingMediaWithInfo:(NSDictionary *)info delegate
Please help me. Can I set a tag or something to imagepicker within my
different open galary buttons
Thanks

No comments:

Post a Comment