Open CocaCola183 opened 8 years ago
Are cells' heights changed?
Yeah I'm getting the same behavior. Cell heights have not changed. Works correctly the first time reloadData is called, but heights reversed on subsequent calls
Also I'm running the Swift 3 version
@CocaCola183 were you able to resolve this issue on your own?
Was able to resolve the issue. Not a problem with the library but the way I was handling the reuse of my cells. The collectionViewCell's contentView frame was not updating on reuse hence the perceived reverse order
@emjoseph how did you solve it ?
When I reload, I found the cell's order changed, how can I keep the original order of cell?