In portrait mode, my app has a scrollview that shows 4 images in a 2×2 grid. In landscape mode the scrollview shows the images in a 3×1 grid.
I want to be able to rotate the view, and see the images from the position that they were in the previous orientation.
I have tried to do this by setting the offset, but it doesn’t work. Can anybody help me?
You need to resize the frame of that grid view in this method