You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 16, 2019. It is now read-only.
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:
Below is the scenario where coming back to the GMImagePickerController from another view controller by popping mechanism:
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.
The text was updated successfully, but these errors were encountered:
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:
Below is the scenario where coming back to the GMImagePickerController from another view controller by popping mechanism:
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.
The text was updated successfully, but these errors were encountered: