Convert ASTextNode to support CKTextKitRenderer

This commit is contained in:
Levi McCallum
2015-11-06 13:48:50 -08:00
committed by Levi McCallum
parent 275fd3eddd
commit 74435fb584
8 changed files with 68 additions and 86 deletions

View File

@@ -68,7 +68,7 @@ typedef NS_ENUM(NSUInteger, ASTextNodeHighlightStyle) {
@abstract The maximum number of lines to render of the text before truncation.
@default 0 (No limit)
*/
@property (nonatomic, assign) NSUInteger maximumLineCount;
@property (nonatomic, assign) NSUInteger maximumNumberOfLines;
/**
@abstract The number of lines in the text. Text must have been sized first.