UICollectionView horizontal scrolling, deleting last item, animation not working

前端 未结 6 520
我在风中等你
我在风中等你 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:27

    This will work:

    collectionView.collectionViewLayout.invalidateLayout()
    
    collectionView.layoutIfNeeded()
    

提交回复
热议问题