TinkMoneyManagerUI Documentation Beta

Class Category​Statistics​Navigation​Controller​Delegate

open class CategoryStatisticsNavigationControllerDelegate: NSObject, UINavigationControllerDelegate
CategoryStatisticsNavigationControllerDelegate CategoryStatisticsNavigationControllerDelegate UINavigationControllerDelegate UINavigationControllerDelegate CategoryStatisticsNavigationControllerDelegate->UINavigationControllerDelegate NSObject NSObject CategoryStatisticsNavigationControllerDelegate->NSObject

Conforms To

NSObject
UINavigationControllerDelegate

Methods

navigation​Controller(_:​will​Show:​animated:​)

open func navigationController(_ navigationController: UINavigationController, willShow viewController: UIViewController, animated: Bool)

navigation​Controller(_:​did​Show:​animated:​)

open func navigationController(_ navigationController: UINavigationController, didShow viewController: UIViewController, animated: Bool)

navigation​Controller​Supported​Interface​Orientations(_:​)

open func navigationControllerSupportedInterfaceOrientations(_ navigationController: UINavigationController) -> UIInterfaceOrientationMask

navigation​Controller​Preferred​Interface​Orientation​For​Presentation(_:​)

open func navigationControllerPreferredInterfaceOrientationForPresentation(_ navigationController: UINavigationController) -> UIInterfaceOrientation

navigation​Controller(_:​interaction​Controller​For:​)

open func navigationController(_ navigationController: UINavigationController, interactionControllerFor animationController: UIViewControllerAnimatedTransitioning) -> UIViewControllerInteractiveTransitioning?

navigation​Controller(_:​animation​Controller​For:​from:​to:​)

open func navigationController(_ navigationController: UINavigationController, animationControllerFor operation: UINavigationController.Operation, from fromVC: UIViewController, to toVC: UIViewController) -> UIViewControllerAnimatedTransitioning?