henrytkirk / HTKScrollingNavigationController

Scrolling navigation controller with slide-up transitions
http://henrytkirk.info
Apache License 2.0
24 stars 2 forks source link

Use alternative UICollectionViewFlowLayout #1

Open markst opened 9 years ago

markst commented 9 years ago

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.

henrytkirk commented 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.

markst commented 9 years ago

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.