UICollectionView horizontal scrolling, deleting last item, animation not working

前端 未结 6 402
我在风中等你
我在风中等你 2021-02-02 00:53

I have a UICollectionView. It scrolls horizontally, has only a single row of items, and behaves like a paging UIScrollView. I\'m making something along the lines of the Safari t

6条回答
  •  囚心锁ツ
    2021-02-02 01:25

    I was facing a similar issue with a single line horizontal scrolling through images collection view. The issue disappeared when i removed my code for setting the collection view's contentSize it seems to handle this automagically.

    Not a particularly verbose answer, but i hope it helps.

提交回复
热议问题