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

Commit ebfbfab

Browse files
committed
Merge pull request #1066 from facebook/PagerWeak
[ASPagerNode] Ensure new pager component has a weak reference to the data source.
2 parents df10f8f + e92a136 commit ebfbfab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AsyncDisplayKit/ASPagerNode.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ @interface ASPagerNode () <ASCollectionDataSource, ASCollectionViewDelegateFlowL
1515
{
1616
UICollectionViewFlowLayout *_flowLayout;
1717
ASPagerNodeProxy *_proxy;
18-
id <ASPagerNodeDataSource> _pagerDataSource;
18+
__weak id <ASPagerNodeDataSource> _pagerDataSource;
1919
}
2020

2121
@end

0 commit comments

Comments
 (0)