You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: