Contents

UINavigationControllerDelegate

The interface for an object that serves as a navigation controller’s delegate.

Declaration

@MainActor protocol UINavigationControllerDelegate : NSObjectProtocol

Overview

Use a navigation controller delegate (a custom object that implements this protocol) to modify behavior when a view controller is pushed or popped from the navigation stack of a UINavigationController object.

Topics

Responding to a view controller being shown

Supporting custom transition animations

Constants

See Also

Customizing the navigation interface behavior