THSpringyCollectionView icon indicating copy to clipboard operation
THSpringyCollectionView copied to clipboard

First item is not shown when header for section is added (UICollectionReusableView)

Open LudaFuxPlaybuzz opened this issue 9 years ago • 0 comments

if I add header to the collection view, the first cell of the collection view is not presented

self.myCollectionView.collectionViewLayout.headerReferenceSize = CGSizeMake(self.feedCollectionView.frame.size.width, 250)

*Swift

LudaFuxPlaybuzz avatar Dec 20 '15 10:12 LudaFuxPlaybuzz