GMImagePicker icon indicating copy to clipboard operation
GMImagePicker copied to clipboard

Reverse Grid View

Open tnev opened this issue 8 years ago • 5 comments

Reverse grid view

tnev avatar Mar 27 '16 02:03 tnev

Sorry it took so long to put this up, have been very busy with a current project, hope this helps!

tnev avatar Mar 27 '16 02:03 tnev

Looks great. I chose to make this customizable in my Xamarin port of GMImagePicker, with Ascending being the default sort order.

https://github.com/roycornelissen/GMImagePicker.Xamarin/commit/9ea83814dab1ba4135ff8538558807719955fcea

roycornelissen avatar Apr 12 '16 09:04 roycornelissen

Checking the code, only the 1st thumbnail is being assigned to the last element. 2nd and 3rd thumbnails need to be corrected too.

guillermomuntaner avatar Apr 13 '16 16:04 guillermomuntaner

Additionally, when you make a new picture using the camera and the Camera Roll grid updates, the new picture doesn't automatically scroll into view (if you have AutoSelectCameraImages turned on). You should also update the scroll position in photoLibraryDidChange in GMGridViewController.

roycornelissen avatar Apr 20 '16 07:04 roycornelissen

Thank you for the feedback @guillermomuntaner & @roycornelissen ! Hopefully my previous two commits solve the problems you've depicted. Please let me know of any others.

tnev avatar Apr 23 '16 04:04 tnev