Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions Source/ASTextNode2.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
//

#import <AsyncDisplayKit/ASControlNode.h>
#import <AsyncDisplayKit/ASDisplayNode+Beta.h>
#import <AsyncDisplayKit/ASTextNodeCommon.h>

@protocol ASTextLinePositionModifier;
Expand Down Expand Up @@ -209,23 +208,9 @@ NS_ASSUME_NONNULL_BEGIN

/**
@abstract if YES will not intercept touches for non-link areas of the text. Default is NO.
@discussion If you still want to handle tap truncation action when passthroughNonlinkTouches is YES,
you should set the alwaysHandleTruncationTokenTap to YES.
*/
@property (nonatomic) BOOL passthroughNonlinkTouches;

/**
@abstract Always handle tap truncationAction, even the passthroughNonlinkTouches is YES. Default is NO.
@discussion if this is set to YES, the [ASTextNodeDelegate textNodeTappedTruncationToken:] callback will be called.
*/
@property (nonatomic) BOOL alwaysHandleTruncationTokenTap;

/**
@abstract if YES will use the value of `self.tintColor` if the foreground color of text is not defined.
@discussion This is mainly used from ASButtonNode since by default text nodes do not respect tintColor settings unless contained within a interactive control
*/
@property (nonatomic) BOOL textColorFollowsTintColor;

+ (void)enableDebugging;

#pragma mark - Layout and Sizing
Expand Down
Loading