Share via


UIBarPositioningDelegate.GetPositionForBar(IUIBarPositioning) Method

Definition

Returns the position for barPositioning after it has been added to the user interface.

[Foundation.Export("positionForBar:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIBarPosition GetPositionForBar(UIKit.IUIBarPositioning barPositioning);
[<Foundation.Export("positionForBar:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetPositionForBar : UIKit.IUIBarPositioning -> UIKit.UIBarPosition
override this.GetPositionForBar : UIKit.IUIBarPositioning -> UIKit.UIBarPosition

Parameters

barPositioning
IUIBarPositioning

Returns

Implements

Attributes

Applies to