Merge pull request #439 from eanagel/passthrough-nonlink-touches

Add option to pass through touches to non-link text in ASTextNode
This commit is contained in:
appleguy
2015-06-06 19:25:39 -07:00
2 changed files with 32 additions and 0 deletions

View File

@@ -194,6 +194,11 @@ typedef NS_ENUM(NSUInteger, ASTextNodeHighlightStyle) {
*/
@property (nonatomic, assign) BOOL longPressCancelsTouches;
/**
@abstract if YES will not intercept touches for non-link areas of the text. Default is NO.
*/
@property (nonatomic, assign) BOOL passthroughNonlinkTouches;
@end