danielebogo/DBCamera

Camera Roll doesn't show modified image, only original one

Open

#98 opened on Sep 27, 2014

 (7 comments) (0 reactions) (0 assignees)Objective-C (256 forks)github user discovery
Hacktoberfestbug

Repository metrics

Stars
 (1,255 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

In the iOS built-in "Photos" app, if you modify an image (i.e. crop it etc.) and then save it, iOS actually saves 2 versions of the image. One is the original image (so the user can press 'revert to original') and the other is the newly modified image.

The Camera Roll in your code only extracts the original image and NOT the modified image. This should not be the case. You can try it.

Contributor guide