i am using uiimage picker control in ipad based application.so i am displaying it using the following code:
[self presentModalViewController:myImagePicker animated:YES];
but there is a error that shows
'On iPad, UIImagePickerController must be presented via UIPopoverController'
how can i add a UIImagePickerController controller to my ipad based application to show multiple images.can any one provide me a good way to do it.