Merge pull request #1192 from garrettmoon/updateASTextNodeDocumentation

[ASTextNode] Indicate that truncation mode is overridden by attributes in attributedString
This commit is contained in:
appleguy 2016-02-06 17:43:36 -08:00
commit 06bdcd0049

View File

@ -58,6 +58,7 @@ typedef NS_ENUM(NSUInteger, ASTextNodeHighlightStyle) {
/**
@abstract Determines how the text is truncated to fit within the receiver's maximum size.
@discussion Defaults to NSLineBreakByWordWrapping.
@note Setting a truncationMode in attributedString will override the truncation mode set here.
*/
@property (nonatomic, assign) NSLineBreakMode truncationMode;