Skip to content

Conversation

@Tantalum73
Copy link

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.

Instead of hiding the source of a transition by setting 'isHidden' property (which will cause a UIStackView to relayout), the alpha value is set to 0 to hide the source view in another way.
Instead of hiding the source of a transition by setting 'isHidden' property (which will cause a UIStackView to relayout), the alpha value is set to 0 to hide the source view in another way.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant