Popover and ImagePicker
This is a discussion on Popover and ImagePicker within the iPad Development forums, part of the iPad App Store category; Hi everyone,
Im a complete N00b when it comes to iPhone/iPad programming and im trying to play with a program from tutorials on the net, ...
-
iPad Noob!
Popover and ImagePicker
Hi everyone,
Im a complete N00b when it comes to iPhone/iPad programming and im trying to play with a program from tutorials on the net, and im currently trying to get an image picker to work
I have a button that launches an image picker, in a sub view of my main view and this works well - but I can't seem to get the code to recognise when a user has selected an image.
I have tried the following
Code:
- (void)imagePickerController:(UIImagePickerController *)picker didFinishPickingMediaWithInfo:(NSDictionary *)info {
[picker dismissModalViewControllerAnimated:YES];
theimageView.image = [info objectForKey:@"UIImagePickerControllerOriginalImage"];
}
I don't get any errors when it runs - it just does nothing
Apploiges if this is an obvious answer but any help or any pointers in the right direction would be very very appreciated
Alan
Last edited by CosmicChild; 11-04-2010 at 11:21 AM.
Reason: Added tags
-
11-04-2010 11:20 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
Search tags for this page
imagepicker ipad
,
ipad image picker
,
ipad image picker popover
,
ipad imagepicker
,
ipad imagepicker example
,
ipad picker popover
,
ipad popover html
,
ipad popover imagepicker
,
ipad popover tutorial
,
ipad uiimagepickercontroller example
,
ipad uiimagepickercontroller tutorials
,
popover ipad html
,
popover picker sample
,
uiimagepickercontroller example
,
uiimagepickercontroller in popover
,
uiimagepickercontroller ipad
,
uiimagepickercontroller ipad example
,
uiimagepickercontroller ipad popover
,
uiimagepickercontroller ipad tutorial
,
uiimagepickercontroller popover
Click on a term to search for related topics.