SimpleImageViewer icon indicating copy to clipboard operation
SimpleImageViewer copied to clipboard

Jump in StackView

Open Tantalum73 opened this issue 6 years ago • 0 comments

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

Tantalum73 avatar Oct 02 '18 14:10 Tantalum73