cardslider icon indicating copy to clipboard operation
cardslider copied to clipboard

Scroll left for more cards, Insert item at the beggining?

Open sevgjan opened this issue 5 years ago • 0 comments

When I try to do something like this:

self.movies.insert(newMovie, at: 0) self.collectionView.insertItems(at: [IndexPath(item: 0, section: 0)]) self.collectionView.collectionViewLayout.invalidateLayout() self.collectionView.layoutIfNeeded()

I get that card on top of the first one, it has a strange layout problem. Is it possible to scroll left for more cards?

sevgjan avatar Apr 21 '19 11:04 sevgjan