BouncyLayout icon indicating copy to clipboard operation
BouncyLayout copied to clipboard

Make. It. Bounce.

Results 14 BouncyLayout issues
Sort by recently updated
recently updated
newest added

I really like this lib, and I want to use it in my [chat app](https://github.com/ggoraa/moc). But it is a macOS app, so I want to know, are there any plans...

The demo works great on simulators and 2x scale devices but it looks strange on 3x devices. Any idea how to fix this?

This pod looks great, super clean. I'm having an issue with a flipped collectionview and cell (chat app) though and not sure why. I've tried both: ``` let layout =...

Hi! Great library :) Not sure if this is iPad specific, but when the UITraitCollection is changed (e.g. display is rotated, OR if you adjust the size of the app...

Support for Swift Package manager

it works good when collectionView has no header or footer. but will missing cell or some other display trouble when I added it a header or footer in each section....

I have a view that has rotated cells, simulating cards played out. the cells are rotated randomly: ``` if rotateCells { let randomInt = Int.random(in: -17..

Is This compatible with JSQ . I know JSQ is Deprecated. but i dont want to convert my whole project . how can i use this with JSQ

I saved the heights of cells in data models and its working perfectly. When inserting a new cell, heights of visible cells are changed to next model. Again when the...