Contents

NSLinkAttributeName

The link for the text.

Declaration

extern NSAttributedStringKey const NSLinkAttributeName;

Overview

The value of this attribute is an NSURL object (preferred) or an NSString object. The default value of this property is nil, indicating no link.

See Also

Getting text attribute keys