UIKit.UINavigationBarDelegate Members

The members of UIKit.UINavigationBarDelegate are listed below.

See Also: Inherited members from UIKit.UIBarPositioningDelegate

Public Constructors

Default constructor that initializes a new instance of this class with no parameters.

Protected Constructors

Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

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.