SimpleImageViewer
SimpleImageViewer copied to clipboard
Fix for issue #39: Jump in StackView
Fixes #39
Changes proposed in this pull request:
- Do not set a view to be hidden ('isHidden = true') as the StackView needs to re-calculate its layout.
- Instead, change the alpha to 0 in order to achieve the effect.
For further descriptions, please visit #39 as well as the attached sample project.