FSPagerView icon indicating copy to clipboard operation
FSPagerView copied to clipboard

Realod a single cell in FSPagerView view

Open SreelekhN opened this issue 4 years ago • 3 comments

Is there is any way to reload a single cell in fspagerview..? cant seem to find one...!

SreelekhN avatar Aug 26 '19 09:08 SreelekhN

I was also looking for such a method, something like this one: https://developer.apple.com/documentation/uikit/uicollectionview/1618055-reloaditems

TiagoMaiaL avatar Apr 20 '20 14:04 TiagoMaiaL

Any one can get idea for reload a single cell in fspagerview?

maheshshahu avatar Jun 25 '20 10:06 maheshshahu

I've written a code to get the internal UICollectionView and use the method above mentioned. It is a workaround for this issue and is not granted to work in the future, the collection view is private (I think it doesn't need to be).

TiagoMaiaL avatar Jun 25 '20 15:06 TiagoMaiaL