TLLayoutTransitioning icon indicating copy to clipboard operation
TLLayoutTransitioning copied to clipboard

Enhanced transitioning between UICollectionView layouts in iOS.

Results 5 TLLayoutTransitioning issues
Sort by recently updated
recently updated
newest added

The framework target needs to include the .m files. Also, `AHEasing` needs to be added to Linked Frameworks and Libraries. These changes are needed for the framework to be used...

The AHEasing module referenced in the Cartfile does not work with Swift. The AHEasing umbrella header `AHEasing.h` does not include the other public headers in the AHEasing project.

Hi! There seems to be a bounce effect when you complete an interactive transition, I'd like to replace that by just decelerating to final position without bouncing. You can check...

I've noticed a jarring snap to an unintended position when the user lifts their fingers, ending the pinch gesture. After the layout snaps to the unintended position it will animate...

Tim, thank you very much for building this. I'm playing around the resize example. When double clicking a cell, the program crashes. The error message is: Terminating app due to...