Swiftgram/AsyncDisplayKit
ricky cancro eae76d26b7 Add expectedSize to ASNetworkImageNode
ASNetworkImageNode defers to ASImageNode to return its calculatedSize. ASImageNode returns the size of its image. There is a good chance that ASNetworkImageNode hasn't downloaded its image yet when calculatedSize is called, so it returns a size of CGSizeZero.

On top of that, it is possible that the size of the image is not actually the size that we wish to display in our node.

I've added an "expectedImageSize" property that can be used to determine the calculatedSize of an ASNetworkImageNode.
2015-07-30 16:50:11 -07:00
..
2015-07-10 19:41:17 +07:00
2015-07-10 19:41:17 +07:00
2015-07-10 19:41:17 +07:00
2014-12-15 17:23:52 -08:00
2014-12-15 17:23:52 -08:00
2015-02-23 14:55:15 -08:00
2014-06-26 22:32:55 -07:00
2015-07-10 19:41:17 +07:00