Re: Save photo taken by UIImagePickerController

2012-07-18 Thread David Duncan
On Jul 11, 2012, at 5:18 AM, Vavelin Kevin wrote: > - (void) imagePickerController:(UIImagePickerController *)picker > didFinishPickingMediaWithInfo:(NSDictionary *)info > { > >UIImage *image = [info > objectForKey:@"UIImagePickerControllerOriginalImage"]; This may not be a problem (due t

Re: Save photo taken by UIImagePickerController

2012-07-17 Thread Vavelin Kevin
Hi Fritz, > By "no longer" called, I assume you mean that it had been called, but the > calls stopped coming. No i mean the function is never called. I've found something who can work perfectly but i need to reopen my PhotoLibrary for using the photo who was just taken. I'm waiting for this

Re: Save photo taken by UIImagePickerController

2012-07-11 Thread Vavelin Kevin
Hi Fritz, > By "no longer" called, I assume you mean that it had been called, but the > calls stopped coming. No i mean the function is never called. I've found something who can work perfectly but i need to reopen my PhotoLibrary for using the photo who was just taken. I'm waiting for this

Re: Save photo taken by UIImagePickerController

2012-07-11 Thread Fritz Anderson
On 11 Jul 2012, at 7:18 AM, Vavelin Kevin wrote: > As you can see, i'm french :) This code works perfectly, I can access to my > PhotoLibrary and save the picture in my app but here's the problem : > - (void) imagePickerController:(UIImagePickerController *)picker > didFinishPickingMediaWithInf

Save photo taken by UIImagePickerController

2012-07-11 Thread Vavelin Kevin
Hi there, I've in my code on method for getting image from UIImagePickerController and another one for taking Picture but i have a problem. It seems that my app don't know what method he has to call. I don't know how to explain so here's the code : //L'utilisateur a selectionner une image. -(vo