Ramotion / expanding-collection

:octocat: ExpandingCollection is an animated material design UI card peek/pop controller. iOS library made by @Ramotion
https://www.ramotion.com/smartphone-app-development-ui-library-to-peek-and-pop-cards/
MIT License
5.55k stars 529 forks source link

Fixed indefinite cell growth #21

Closed imaccallum closed 8 years ago

imaccallum commented 8 years ago

On change of ‘open’ state cell size continued to grow each time rather than reduce back down to the normal size. The issue occurs in the configurationCell function and produced cell frames as follows:

(0.0, 136.666666666667, 256.0, 335.0) (0.0, -167.333333333333, 256.0, 943.0) (0.0, -167.333333333333, 256.0, 943.0) (0.0, -471.333333333333, 256.0, 1551.0) (0.0, -471.333333333333, 256.0, 1551.0) (0.0, -775.333333333333, 256.0, 2159.0) (0.0, -775.333333333333, 256.0, 2159.0) (0.0, -1079.33333333333, 256.0, 2767.0)

…and so on

0ber commented 8 years ago

thanks