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
{{ message }}
This repository has been archived by the owner on Aug 7, 2020. It is now read-only.
This segue is used for adding another view controller´s view to current view controller´s special view. Usefull if you have a custom interface-flow controll like a custom tab implementation.
You should declare `containedViewHolder` and `containedViewController` properties for the `sourceViewController`.
The default implementation just remove previous view controller´s view and add the one´s, no animations. You can override this class to add additional animation effects.