iphonejudy macrumors 6502 Original poster Jun 24, 2009 #1 Is it possible to retrieve images from camera roll in to application?
L lildragon macrumors newbie Jun 24, 2009 #2 Maybe this is what you're after? http://vimeo.com/5284638 Good luck ~t
robbieduncan Moderator emeritus 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 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 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.