iphonejudy macrumors 6502 Original poster Sep 12, 2008 301 1 Jun 24, 2009 #1 Is it possible to retrieve images from camera roll in to application?
L lildragon macrumors newbie Jun 23, 2009 13 0 Jun 24, 2009 #2 Maybe this is what you're after? http://vimeo.com/5284638 Good luck ~t
robbieduncan Moderator emeritus Jul 24, 2002 25,611 893 Harrogate Jun 24, 2009 #3 UIImagePickerController. If the user selects an image from the camera roll then you have access to it...
UIImagePickerController. If the user selects an image from the camera roll then you have access to it...
iphonejudy macrumors 6502 Original poster Sep 12, 2008 301 1 Jun 24, 2009 #4 robbieduncan said: UIImagePickerController. If the user selects an image from the camera roll then you have access to it... Click to expand... I saw the Code: -(void)imagePickerController:(UIImagePickerController *)picker didFinishPickingImage:(UIImage *)image editingInfo:(NSDictionary *)editingInfo from that , can i get the image,which the user picked?
robbieduncan said: UIImagePickerController. If the user selects an image from the camera roll then you have access to it... Click to expand... I saw the Code: -(void)imagePickerController:(UIImagePickerController *)picker didFinishPickingImage:(UIImage *)image editingInfo:(NSDictionary *)editingInfo from that , can i get the image,which the user picked?
robbieduncan Moderator emeritus Jul 24, 2002 25,611 893 Harrogate Jun 24, 2009 #5 iphonejudy said: I saw the Code: -(void)imagePickerController:(UIImagePickerController *)picker didFinishPickingImage:(UIImage *)image editingInfo:(NSDictionary *)editingInfo from that , can i get the image,which the user picked? Click to expand... Erm, yes as fully described in the documentation.
iphonejudy said: I saw the Code: -(void)imagePickerController:(UIImagePickerController *)picker didFinishPickingImage:(UIImage *)image editingInfo:(NSDictionary *)editingInfo from that , can i get the image,which the user picked? Click to expand... Erm, yes as fully described in the documentation.