Skip to content

Layout does not maintain cell rotation.  #39

@jminutaglio

Description

@jminutaglio

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...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions