UIKit.UINavigationBarDelegate: Method Members

The methods of UIKit.UINavigationBarDelegate are listed below. For a list of all members, see the UINavigationBarDelegate Members list.

See Also: Inherited members from UIKit.UIBarPositioningDelegate

Public Methods

DidPopItem(UINavigationBar, UINavigationItem)
Called by the system shortly after the item has been popped from the navigation stack.
DidPushItem(UINavigationBar, UINavigationItem)
Called by the system shortly after the item has been pushed onto the navigation stack.
ShouldPopItem(UINavigationBar, UINavigationItem) : bool
Called by the system prior to popping the item.
ShouldPushItem(UINavigationBar, UINavigationItem) : bool
Called by the system prior to pushing the item onto the navigation stack.