diff --git a/examples/AsyncDisplayKitOverview/Sample/LayoutExamplesViewController.m b/examples/AsyncDisplayKitOverview/Sample/LayoutExamplesViewController.m index 343233ad..bd0b7bce 100644 --- a/examples/AsyncDisplayKitOverview/Sample/LayoutExamplesViewController.m +++ b/examples/AsyncDisplayKitOverview/Sample/LayoutExamplesViewController.m @@ -89,7 +89,6 @@ verticalStack.children = @[textNodeOne, textNodeTwo]; ASLayoutSpec *spacer = [[ASLayoutSpec alloc] init]; - spacer.f spacer.flexGrow = YES; ASStackLayoutSpec *horizontalStack = [ASStackLayoutSpec horizontalStackLayoutSpec];