new stack layout spec for text

This commit is contained in:
rcancro
2015-08-19 22:03:02 -07:00
parent 774d91653b
commit e7ffe67e3c
10 changed files with 194 additions and 47 deletions

View File

@@ -30,7 +30,7 @@ typedef NS_ENUM(NSUInteger, ASTextNodeHighlightStyle) {
@abstract Draws interactive rich text.
@discussion Backed by TextKit.
*/
@interface ASTextNode : ASControlNode
@interface ASTextNode : ASControlNode <ASStackTextLayoutable>
/**
@abstract The attributed string to show.