Skip to content

Commit

Permalink
If you override the property, you need to specify __weak (facebookarc…
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettmoon authored and Hannah Troisi committed Nov 18, 2016
1 parent 198ea7a commit fb48a27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AsyncDisplayKit/ASTableView.mm
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ @interface ASTableView () <ASRangeControllerDataSource, ASRangeControllerDelegat

@implementation ASTableView
{
id<ASTableDelegate> _asyncDelegate;
id<ASTableDataSource> _asyncDataSource;
__weak id<ASTableDelegate> _asyncDelegate;
__weak id<ASTableDataSource> _asyncDataSource;
}

// Using _ASDisplayLayer ensures things like -layout are properly forwarded to ASTableNode.
Expand Down

0 comments on commit fb48a27

Please sign in to comment.