ASTextNode expose exclusion paths

expose NSTextContainer's exclusionPaths property on ASTextNode to be able to exclude view areas from typesetting.

This implements #394
This commit is contained in:
Tobias Klonk
2015-04-20 10:21:01 +02:00
parent 1316389f10
commit 2a29f81b3a
6 changed files with 81 additions and 0 deletions

View File

@@ -76,6 +76,8 @@ typedef NS_ENUM(NSUInteger, ASTextNodeHighlightStyle) {
*/
@property (nonatomic, readonly, assign) NSUInteger lineCount;
@property (nonatomic, strong) NSArray *exclusionPaths;
#pragma mark - Placeholders
/**