UIView.ViewForLastBaselineLayout Property

Definition

When overridden, allows the app dev to return a subview as the basis for baseline constraints.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UIView ViewForLastBaselineLayout { [Foundation.Export("viewForLastBaselineLayout")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.ViewForLastBaselineLayout : UIKit.UIView

Property Value

The default value is this.

Attributes

Remarks

The returned UIView must be in thisUIView's view hierarchy.

Applies to