SimpleImageViewer
SimpleImageViewer copied to clipboard
Jump in StackView
Setup
One or multiple ImageViews are contained in a StackView. When an image is tapped, the SimpleImageViewer should do its transition.
Expected behavior
Opening and closing transitions as expected.
Actual behavior
StackView, that contains the ImageView, needs to re-calculate its layout as the transitions source view is set to hidden (isHidden = true). StackViews remove hidden views from the visual representation.
Steps to reproduce the behavior
Please see the sample project attached. (SHA1: 7842862143d7b9a5d0ba1f6b102dc034ad9b2e68) StackViewExample.zip