diff --git a/AsyncDisplayKit/Layout/ASLayoutOptions.mm b/AsyncDisplayKit/Layout/ASLayoutOptions.mm index e96f955c21..a40eea2bd5 100644 --- a/AsyncDisplayKit/Layout/ASLayoutOptions.mm +++ b/AsyncDisplayKit/Layout/ASLayoutOptions.mm @@ -98,6 +98,7 @@ static Class gDefaultLayoutOptionsClass = nil; self.spacingBefore = layoutOptions.spacingBefore; self.flexGrow = layoutOptions.flexGrow; self.flexShrink = layoutOptions.flexShrink; + self.alignSelf = layoutOptions.alignSelf; self.ascender = layoutOptions.ascender; self.descender = layoutOptions.descender;