Share via


UINavigationBarDelegate_Extensions.ShouldPushItem Method

Definition

Called by the system prior to pushing the onto the navigation stack.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static bool ShouldPushItem(this UIKit.IUINavigationBarDelegate This, UIKit.UINavigationBar navigationBar, UIKit.UINavigationItem item);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ShouldPushItem : UIKit.IUINavigationBarDelegate * UIKit.UINavigationBar * UIKit.UINavigationItem -> bool

Parameters

navigationBar
UINavigationBar

Returns

Attributes

Applies to