jwilling / JNWCollectionView

Customizable and performant collection view for the Mac.
MIT License
525 stars 85 forks source link

Flow Layout #103

Open crispinb opened 10 years ago

crispinb commented 10 years ago

I have a flow layout implementation in my fork if anyone's interested in polishing it up or using it as a starting point. It's an unfinished first pass and geared to my very specific purpose so is pretty rough. But it does implement variable-height rows and within-row vertical alignment options.

spilliams commented 9 years ago

not quite a "flow layout" (but it is a layout that flows :P): I implemented a "Pinterest-stye" layout here.

jwilling commented 9 years ago

@spilliams Looks great! :gem: