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
#29 introduces an issue which breaks interactive transitions backed by the RZBaseSwipeInteractionController. The transition is canceled before the gesture actually ends which prevents normal completion behaviors from taking place.
The text was updated successfully, but these errors were encountered:
- The masking CALayer should be removed after the animation ends
- `super`'s `animateTransiton:` method should be called at the beginning of the method body, otherwise the from and to views are not laid out.
#29 introduces an issue which breaks interactive transitions backed by the RZBaseSwipeInteractionController. The transition is canceled before the gesture actually ends which prevents normal completion behaviors from taking place.
The text was updated successfully, but these errors were encountered: