mirror of
https://github.com/HackPlan/AsyncDisplayKit.git
synced 2026-05-18 01:02:13 +08:00
Merge pull request #1066 from facebook/PagerWeak
[ASPagerNode] Ensure new pager component has a weak reference to the data source.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
{
|
||||
UICollectionViewFlowLayout *_flowLayout;
|
||||
ASPagerNodeProxy *_proxy;
|
||||
id <ASPagerNodeDataSource> _pagerDataSource;
|
||||
__weak id <ASPagerNodeDataSource> _pagerDataSource;
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user