Skip to content

Commit

Permalink
Update documentation for Link attribute.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Szymanski committed May 28, 2013
1 parent 90b4065 commit e380de7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/attributedlabel/src/NimbusAttributedLabel.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ label.text = @"Nimbus";
* you want to attach a URL to a given range of text you must use
* @link NIAttributedLabel::addLink:range: addLink:range:@endlink.
* You can add links to the attributed string using the attribute kNILinkAttributeName.
* The kNILinkAttributeName value should be the URL destination of the link. This can
* be either an NSURL or an NSString.
*
* @image html NIAttributedLabel_autoDetectLinksOff.png "Before enabling autoDetectLinks"
*
Expand Down

0 comments on commit e380de7

Please sign in to comment.