NSLayoutManagerDelegate_Extensions.DidCompleteLayout Method

Definition

Indicates that the specified NSLayoutManager has finished laying out text in the specified text container.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void DidCompleteLayout (this UIKit.INSLayoutManagerDelegate This, UIKit.NSLayoutManager layoutManager, UIKit.NSTextContainer textContainer, bool layoutFinishedFlag);
static member DidCompleteLayout : UIKit.INSLayoutManagerDelegate * UIKit.NSLayoutManager * UIKit.NSTextContainer * bool -> unit

Parameters

This
INSLayoutManagerDelegate

The instance on which this extension method operates.

layoutManager
NSLayoutManager
textContainer
NSTextContainer
layoutFinishedFlag
Boolean
Attributes

Remarks

Indicates that the specified NSLayoutManager has finished laying out text in the specified text container.

Applies to