i used the following code to display my image picker controll.
IPopoverController *popoverController = [[[UIPopoverController alloc] initWithContentViewController:myImagePicker] retain];
[self presentModalViewController:popoverController animated:YES];
but there is a error that shows
working with image view[14335:207] * Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[UIPopoverController modalTransitionStyle]: unrecognized selector sent to instance 0x6415950'.
can any one help me please.