UIStringAttributes Constructors

Definition

Overloads

UIStringAttributes()

Default constructor

UIStringAttributes(NSDictionary)

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

UIStringAttributes()

Default constructor

public UIStringAttributes ();

Applies to

UIStringAttributes(NSDictionary)

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

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

Parameters

dictionary
NSDictionary

Dictionary to initialize from

Applies to