Swiftgram/AsyncDisplayKit
Huy Nguyen 00400e166f Introduce ASCellNodeDelegate
- Cell node automatically notifies the delegate after a relayout (via -setNeedsLayout) that results in a new size. Confirming to ASCellNodeDelegate; ASTableView and ASCollectionView reload the calling cell upon notifications. These views automatically set themselves as delegate of every node.
- The result is that ASCellNode subclasses don't need to manually notify the containing view. Thus, `-relayoutItemAtIndexPath` and `-relayoutRowAtIndexPath` are removed.
- Kittens example is updated to reflect the change.
2015-10-29 16:59:46 +02:00
..
2015-10-29 16:59:46 +02:00
2015-10-29 16:59:46 +02:00
2015-09-15 00:58:48 +03:00
2015-10-29 16:59:46 +02:00
2015-09-22 13:16:59 -07:00
2015-10-29 16:59:46 +02:00
2015-10-29 16:59:46 +02:00
2015-09-16 20:15:48 -04:00