UIBarPositioningDelegate_Extensions Class

Definition

Extension methods to the IUIBarPositioningDelegate interface to support all the methods from the UIBarPositioningDelegate protocol.

public static class UIBarPositioningDelegate_Extensions
type UIBarPositioningDelegate_Extensions = class
Inheritance
UIBarPositioningDelegate_Extensions

Remarks

The extension methods for IUIBarPositioningDelegate allow developers to treat instances of the interface as having all the optional methods of the original UIBarPositioningDelegate protocol. Since the interface only contains the required members, these extension methods allow developers to call the optional members of the protocol.

Methods

GetPositionForBar(IUIBarPositioningDelegate, IUIBarPositioning)

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

Applies to