Delegate
-
The base protocol.
Declaration
Swift
public protocol FluidDelegate : NSObjectProtocol
-
A class that conforms to
See moreUINavigationControllerDelegateprotocol.Declaration
Swift
open class FluidNavigationControllerDelegate : NSObject, FluidControllerDelegateCompatible
-
The
See moreFluidNavigationConfigurationDelegatefor the source view controller and the navigation animation.Declaration
Swift
public protocol FluidNavigationSourceConfigurationDelegate : FluidNavigationConfigurationDelegate -
The
See moreFluidNavigationConfigurationDelegatefor the destination view controller and the navigation animation.Declaration
Swift
public protocol FluidNavigationDestinationConfigurationDelegate : FluidNavigationConfigurationDelegate -
The methods in this protocol let you control views while performing the
See moreFluidNavigationControllerDelegatetransition.Declaration
Swift
public protocol FluidNavigationSourceActionDelegate : FluidNavigationActionDelegate -
The methods in this protocol let you control views while performing the
See moreFluidNavigationControllerDelegatetransition.Declaration
Swift
public protocol FluidNavigationDestinationActionDelegate : FluidNavigationActionDelegate
-
A class that conforms to
See moreUIViewControllerTransitioningDelegateprotocol.Declaration
Swift
public class FluidViewControllerTransitioningDelegate : NSObject, FluidControllerDelegateCompatible
-
The
See moreFluidTransitionConfigurationDelegatefor the source view controller and the transition animation.Declaration
Swift
public protocol FluidTransitionSourceConfigurationDelegate : FluidTransitionConfigurationDelegate -
The
See moreFluidTransitionConfigurationDelegatefor the destination view controller and the transition animation.Declaration
Swift
public protocol FluidTransitionDestinationConfigurationDelegate : FluidTransitionConfigurationDelegate -
The methods in this protocol let you control views while performing the
See moreFluidViewControllerTransitioningDelegatetransition.Declaration
Swift
public protocol FluidTransitionSourceActionDelegate : FluidTransitionActionDelegate -
The methods in this protocol let you control views while performing the
See moreFluidViewControllerTransitioningDelegatetransition.Declaration
Swift
public protocol FluidTransitionDestinationActionDelegate : FluidTransitionActionDelegate
-
The
See moreFluidResizableDelegateprotocol. The delegates will be invoked if you only specify the presentation style to .drawer(position: top) or .drawer(position: bottom)Declaration
Swift
public protocol FluidResizableTransitionDelegate : NSObjectProtocol
View on GitHub
Delegate Reference