You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to create a mosaic layout, like the Pinterest's feed. The problem is that cells have different heights, and height calculation should be done in the node automatically by layout engine.
In current implementation as I understand, We have to measure all nodes in advance, even if the layout doesn't care!, but how to do that ? Should we get all nodes in UICollectionViewLayout 's subclass, and somehow request their calculated height ?
@nguyenhuy This example is good demonstration for offline images. Can you please give me another example of how to implement Pinterest layout with network images? Thank you.
From @Adlai-Holler on December 15, 2016 20:1
Right now the user subclasses
UICollectionViewLayout
and talks directly to the collection view. This brings a number of issues:I've thought through the requirements a bit, I'll add them into this task later.
Copied from original issue: facebookarchive/AsyncDisplayKit#2780
The text was updated successfully, but these errors were encountered: