Skip to content
This repository has been archived by the owner on Jul 16, 2019. It is now read-only.

GMImagePickerController grid images are zoomed in and messed up when popping a view controller and coming back to it. #64

Open
BJGanesh opened this issue Nov 7, 2016 · 2 comments

Comments

@BJGanesh
Copy link

BJGanesh commented Nov 7, 2016

When selecting a video asset from the grid of images and videos, I push the navigation controller to another view controller for trimming purposes. After trimming I come back to this view controller by popping view controller. As a result, the images and the layout in the grid is messed up and too much zoomed in. Only the visible cells are affected. When scrolling down deep, they are okay.

The below screenshot is before doing anything:

img_0870

Below is the scenario where coming back to the GMImagePickerController from another view controller by popping mechanism:

img_0869

As you can see, the time stamp is off to the top and the images are too much zoomed. Please suggest a fix for this. I even tried clipsToBounds = YES, but not helping.

Thanks in advance.

@randarnold
Copy link

randarnold commented Nov 15, 2016

I ran into this issue as well, I fixed the issue for our app with this change more details in the checkin comment.

@BJGanesh
Copy link
Author

Hey, @randarnold ! I too did the same change as u did and got it fixed. Thanks for your help.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants