From d6c06ab0bd0026cfce89889e16a78c7cd01e01c6 Mon Sep 17 00:00:00 2001 From: Garrett Moon Date: Fri, 5 Feb 2016 14:08:49 -0800 Subject: [PATCH] Indicate that truncation mode is overridden by attributes in attributedString --- AsyncDisplayKit/ASTextNode.h | 1 + 1 file changed, 1 insertion(+) diff --git a/AsyncDisplayKit/ASTextNode.h b/AsyncDisplayKit/ASTextNode.h index 8014db0f06..11dfe74e10 100644 --- a/AsyncDisplayKit/ASTextNode.h +++ b/AsyncDisplayKit/ASTextNode.h @@ -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;