NSIdentifier.SetIdentifier(NSLayoutConstraint, String) Method

Definition

[Foundation.Export("setIdentifier:")]
public static void SetIdentifier (this UIKit.NSLayoutConstraint This, string id);
static member SetIdentifier : UIKit.NSLayoutConstraint * string -> unit

Parameters

This
NSLayoutConstraint

The instance on which this method operates.

id
String

To be added.

This parameter can be null.

Attributes

Applies to