ASPagerDelegate Protocol Reference
Conforms to | ASCollectionDelegate |
---|---|
Declared in | ASPagerNode.h |
– pagerNode:constrainedSizeForNodeAtIndex:
Provides the constrained size range for measuring the node at the index.
- (ASSizeRange)pagerNode:(ASPagerNode *)pagerNode constrainedSizeForNodeAtIndex:(NSInteger)index
Parameters
pagerNode |
The sender. |
---|---|
index |
The index of the node. |
Return Value
A constrained size range for layout the node at this index.
Declared In
ASPagerNode.h