Skip to content

Commit

Permalink
Remove unnecessary frame setting in ASCellNode (TextureGroup#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenhuy authored and bernieperez committed Apr 25, 2018
1 parent c6aead7 commit 913b03b
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 913b03b

Please sign in to comment.