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
- transition: You may set ``AnyRemovingTransition/noAnimation`` to disable animation, nil runs transition given view controller provides (if it's ``FluidTransitionViewController``).
211
211
- fowardingToParent: Forwards to parent to pop if current stack do not have view controller to pop. No effects if the current stack prevents it by ``FluidStackController/Configuration-swift.struct/preventsFowardingPop``
212
-
- cascadesToChildren: if true and if there are view controllers stacked above this view controller, they will be removed as well
213
212
214
213
- Warning: To run this method to ``FluidStackController`` does not mean to pop the current top view controller.
- transition: You may set ``AnyRemovingTransition/noAnimation`` to disable animation, nil runs transition given view controller provides (if it's ``FluidTransitionViewController``).
252
251
- fowardingToParent: Forwards to parent to pop if current stack do not have view controller to pop. No effects if the current stack prevents it by ``FluidStackController/Configuration-swift.struct/preventsFowardingPop``
253
-
- cascadesToChildren: if true and if there are view controllers stacked above this view controller, they will be removed as well
254
252
255
253
- Warning: To run this method to ``FluidStackController`` does not mean to pop the current top view controller.
0 commit comments