Open markst opened 9 years ago
What sort of layout?
On May 13, 2015, at 12:46 AM, markst notifications@github.com wrote:
This pod is perfect for what I'm trying to achieve, though I'd like to be able to use a different layout than the HTKScrollingNavigationCollectionViewLayout.
— Reply to this email directly or view it on GitHub.
For my particular case, it's simply a list of cell's with different heights.
I'd also like to use UICollectionViewLayout
's initialLayoutAttributesForAppearingItemAtIndexPath:
to change the way cell's are inserted.
This pod is perfect for what I'm trying to achieve, though I'd like to be able to use a different layout than the
HTKScrollingNavigationCollectionViewLayout
.