FluidNavigationControllerDelegate
open class FluidNavigationControllerDelegate : NSObject, FluidControllerDelegateCompatible
A class that conforms to UINavigationControllerDelegate
protocol.
-
Undocumented
Declaration
Swift
public override init()
-
Undocumented
Declaration
Swift
public func navigationController(_ navigationController: UINavigationController, willShow viewController: UIViewController, animated: Bool)
-
Undocumented
Declaration
Swift
public func navigationController(_ navigationController: UINavigationController, didShow viewController: UIViewController, animated: Bool)
-
Undocumented
Declaration
Swift
public func navigationController(_ navigationController: UINavigationController, animationControllerFor operation: UINavigationController.Operation, from fromVC: UIViewController, to toVC: UIViewController) -> UIViewControllerAnimatedTransitioning?
-
Undocumented
Declaration
Swift
public func navigationController(_ navigationController: UINavigationController, interactionControllerFor animationController: UIViewControllerAnimatedTransitioning) -> UIViewControllerInteractiveTransitioning?