UIStringAttributes Constructors

Definition

Overloads

Name Description
UIStringAttributes()

Initializes a new instance of the UIStringAttributes class.

UIStringAttributes(NSDictionary)

Creates a UIStringAttributes from UIKit NSAttributedString attributes stored in a dictionary.

UIStringAttributes()

Initializes a new instance of the UIStringAttributes class.

public UIStringAttributes();

Applies to

UIStringAttributes(NSDictionary)

Creates a UIStringAttributes from UIKit NSAttributedString attributes stored in a dictionary.

public UIStringAttributes(Foundation.NSDictionary dictionary);
public UIStringAttributes(Foundation.NSDictionary? dictionary);
new UIKit.UIStringAttributes : Foundation.NSDictionary -> UIKit.UIStringAttributes

Parameters

dictionary
NSDictionary

Dictionary to initialize from.

Applies to