Skip to content

Commit

Permalink
Remove unnecessary frame setting in ASCellNode (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenhuy committed Jun 25, 2017
1 parent 0c72c4e commit 6113a33
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Source/ASCellNode.mm
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,6 @@ - (void)layout
_viewControllerNode.frame = self.bounds;
}

- (void)layoutDidFinish
{
[super layoutDidFinish];

_viewControllerNode.frame = self.bounds;
}

- (void)_rootNodeDidInvalidateSize
{
if (_interactionDelegate != nil) {
Expand Down

0 comments on commit 6113a33

Please sign in to comment.