pull-to-refresh icon indicating copy to clipboard operation
pull-to-refresh copied to clipboard

adding content offset to uicollectionview

Open ErHimanshuK opened this issue 7 years ago • 1 comments

screenshot--2017-10-14-23-41-41-978 in my APIManager call back, after updating my datasource i am simply stoping the loadMore and reloading my collection view as follows

self.collectionView.es_stopLoadingMore() self.collectionView.reloadData()

but it is generating some white space at bottom every time i get response

I have added the image please check

ErHimanshuK avatar Oct 14 '17 18:10 ErHimanshuK

Let's try this when you face problem above. Work properly on es_removeRefreshFooter collectionView.contentInset.bottom = 0 collectionView.es_removeRefreshFooter()

peddler-vynln avatar Dec 19 '17 07:12 peddler-vynln