Closed foFox closed 10 years ago
This was done intentionally to show the whole image when orientation changes.
- (void)didRotateFromInterfaceOrientation:(UIInterfaceOrientation)fromInterfaceOrientation
{
[self initZoom];
}
If you do not want that, you could change the code so that didRotateFromInterfaceOrientation
calls initZoom
but without changing the zoom scale. Please note that we still need to recalculate minimumZoomScale
on orientation change.
Cheers
The view zooms out on rotation, any way around that issue ?