mirror of
https://github.com/HackPlan/AsyncDisplayKit.git
synced 2026-05-04 19:38:32 +08:00
[ASTextNode] Actually deprecate attributedString property (#2151)
This commit is contained in:
@@ -115,7 +115,7 @@
|
||||
[self setText:[NSString stringWithFormat:@"loaded '%@'", imageIdentifier]];
|
||||
|
||||
if ([imageIdentifier isEqualToString:@"best"]) {
|
||||
[self setText:[_buttonNode.titleNode.attributedString.string stringByAppendingString:@". tap to reload"]];
|
||||
[self setText:[_buttonNode.titleNode.attributedText.string stringByAppendingString:@". tap to reload"]];
|
||||
_buttonNode.userInteractionEnabled = YES;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user