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
How can a view that doesn't have a motionIdentifier or simply doesn't match any identifier from the previous view controller to be animated at the same time the presentation animation happens?
I tried to add animations to this view using motionAnimations but they seem that are not executed.
I additionally tried to use view.motion(...) to animate this view in viewWillAppear but if I don''t use delay I cannot see the animations. I achieved what you can see in next gif adding a delay to the animations of this view after view controller is pushed and before it's popped. As you can notice the white view with the game's description appears after the transition has finished.
m-revetria
changed the title
Animate view that are not paired to previous view controller
Animate view that is not paired to previous view controller
Feb 20, 2017
Hello!
How can a view that doesn't have a
motionIdentifier
or simply doesn't match any identifier from the previous view controller to be animated at the same time the presentation animation happens?I tried to add animations to this view using
motionAnimations
but they seem that are not executed.I additionally tried to use
view.motion(...)
to animate this view inviewWillAppear
but if I don''t usedelay
I cannot see the animations. I achieved what you can see in next gif adding a delay to the animations of this view after view controller is pushed and before it's popped. As you can notice the white view with the game's description appears after the transition has finished.Example code:
The text was updated successfully, but these errors were encountered: