Delegate

  • The base protocol.

    Declaration

    Swift

    public protocol FluidDelegate : NSObjectProtocol
  • A class that conforms to UINavigationControllerDelegate protocol.

    See more

    Declaration

    Swift

    open class FluidNavigationControllerDelegate : NSObject, FluidControllerDelegateCompatible
  • A class that conforms to UIViewControllerTransitioningDelegate protocol.

    See more

    Declaration

    Swift

    public class FluidViewControllerTransitioningDelegate : NSObject, FluidControllerDelegateCompatible
  • The FluidResizableDelegate protocol. The delegates will be invoked if you only specify the presentation style to .drawer(position: top) or .drawer(position: bottom)

    See more

    Declaration

    Swift

    public protocol FluidResizableTransitionDelegate : NSObjectProtocol