Skip to content

Conversation

@filipengberg
Copy link

Added UIViewAnimationOptionBeginFromCurrentState when animating
the centerPanel. This fixes glitchy behavior when there is a UIToolbar in the centerPanel with a overridden layoutSubviews. Without this option the buttons in the UIToolbar would be jumping around before animating into place. It could probably fix animation problems in other subviews with overridden layoutSubviews as well.

Added `UIViewAnimationOptionBeginFromCurrentState` when animating
the center panel. This fixes glitchy behavior when there is a
`UIToolbar` in the centerpanel with a overridden
`layoutSubviews`. Without this option the buttons in the
`UIToolbar` would be jumping around before animating into place. It
probably fixes other components with overridden `layoutSubviews` as
well.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant