Skip to content

Commit

Permalink
Add property on ASTextNode2
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul-malik committed Aug 9, 2019
1 parent 4ba40e2 commit d2d36d4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Source/ASTextNode2.h
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,11 @@ NS_ASSUME_NONNULL_BEGIN
*/
@property (nonatomic) BOOL passthroughNonlinkTouches;

/**
@abstract if YES will use the value of `self.tintColor` if the foreground color of text is not defined. Used from ASButtonNode
*/
@property (nonatomic) BOOL textColorFollowsTintColor;

+ (void)enableDebugging;

#pragma mark - Layout and Sizing
Expand Down

0 comments on commit d2d36d4

Please sign in to comment.