Skip to content
This repository was archived by the owner on Feb 2, 2023. It is now read-only.

Commit a0ebfb6

Browse files
author
Levi McCallum
committed
Fix example
1 parent 19e949e commit a0ebfb6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

examples/AsyncDisplayKitOverview/Sample/Node Containers/OverviewASPagerNode.m

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ @implementation OverviewASPageNode
2626

2727
- (ASLayout *)calculateLayoutThatFits:(ASSizeRange)constrainedSize
2828
{
29-
return [ASLayout layoutWithLayoutableObject:self size:constrainedSize.max];
29+
return [ASLayout layoutWithLayoutableObject:self
30+
constrainedSizeRange:constrainedSize
31+
size:constrainedSize.max];
3032
}
3133

3234
@end

0 commit comments

Comments
 (0)