Fix retain cycles in ASDisplayNode and ASTableView

This commit is contained in:
Ian Cloutier
2014-10-09 19:00:38 -04:00
parent f83f113493
commit 41c3289a11
6 changed files with 122 additions and 5 deletions

View File

@@ -236,7 +236,7 @@
/**
* @abstract The receiver's supernode.
*/
@property (nonatomic, readonly, assign) ASDisplayNode *supernode;
@property (nonatomic, readonly, weak) ASDisplayNode *supernode;
/** @name Drawing and Updating the View */