Swiftgram/AsyncDisplayKit
Huy Nguyen 91f3ba1f49 Don't invalidateCalculatedLayout when ASTextCellNode's text is changed
Because calling -invalidateCalculatedLayout removes the current constrained size and therefore any -setNeedsLayout calls in the future won't have a valid constrained size to proceed.

Instead, cell nodes should be relaid-out using the new APIs introduced in ASTableView and ASCollectionView, which are -relayoutRowAtIndexPath:withRowAnimation and -relayoutItemAtIndexPath, respectively.
2015-10-12 21:48:01 +03:00
..
2015-10-11 08:43:43 -07:00
2015-10-06 21:41:39 -07:00
2015-10-09 21:15:32 -07:00
2015-10-09 21:13:00 -07:00
2015-09-15 00:58:48 +03:00
2015-09-22 13:16:59 -07:00
2015-02-23 14:55:15 -08:00
2014-06-26 22:32:55 -07:00
2015-09-16 20:15:48 -04:00