BouncyLayout icon indicating copy to clipboard operation
BouncyLayout copied to clipboard

Layout does not maintain cell rotation.

Open jminutaglio opened this issue 5 years ago • 0 comments

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..<18)
            cell.rotate(degrees: CGFloat(randomInt))        
}

When adding BouncyLayout - the cells don't maintain their rotation. I believe this is a bug...

jminutaglio avatar Sep 20 '19 01:09 jminutaglio