mirror of
https://github.com/HackPlan/AsyncDisplayKit.git
synced 2026-06-14 08:59:01 +08:00
Fix for unfinished line
This commit is contained in:
@@ -89,7 +89,6 @@
|
||||
verticalStack.children = @[textNodeOne, textNodeTwo];
|
||||
|
||||
ASLayoutSpec *spacer = [[ASLayoutSpec alloc] init];
|
||||
spacer.f
|
||||
spacer.flexGrow = YES;
|
||||
|
||||
ASStackLayoutSpec *horizontalStack = [ASStackLayoutSpec horizontalStackLayoutSpec];
|
||||
|
||||
Reference in New Issue
Block a user