SwiftKickMobile / TLLayoutTransitioning

Enhanced transitioning between UICollectionView layouts in iOS.
MIT License
355 stars 47 forks source link

indexPath on Resize demo #2

Closed damienoliver closed 11 years ago

damienoliver commented 11 years ago

Hi, Love your work mate.

The Resize example is giving an error on line 68 of the CollectionViewController when trying to set the property of 'keyIndexPath' which does not exist in the TLTrans header.

Does it simply need to be added?

Cheers!

wtmoose commented 11 years ago

Ah yeah. Thanks for pointing that out. I cleaned up some APIs and forgot to update that project. Fixed.