ios-imagescroll-swift icon indicating copy to clipboard operation
ios-imagescroll-swift copied to clipboard

iOS demo of using image view inside a scroll view with auto layout in Swift

Results 5 ios-imagescroll-swift issues
Sort by recently updated
recently updated
newest added

Thanks for the nice example of image zooming with auto layout. I want to retain the zoom level on orientation change. please help me to achieve this.

First off thanks for this example code. It's the most concise and best solution I've seen for getting zooming to work consistently with auto layout. I really appreciate. So, I'm...

Thanks for the awesome example. It works awesome for me. One thing i noticed though is the fact that when you try to make your current project compatible with this...

I tried to reproduce your setup in my existing project. I had a problem with two of the layout constraints, namely: - Scroll View.Top equals Top Layout Guide.Top - Scroll...

Subtracted the `scrollView.contentInset.top` value from the `viewHeight`, so that when this view is presented with a navigation bar, it doesn't calculate incorrect vertical margins.