Loader.swift icon indicating copy to clipboard operation
Loader.swift copied to clipboard

Loader Not Working with Collection Views

Open Jcowwell opened this issue 8 years ago • 3 comments

I've tested with both my own custom Collection View as well as a simple one with no special attributes. While working for Table Views, The Loader Class is not working at all with collection views.

Jcowwell avatar Feb 07 '17 21:02 Jcowwell

+1

jppgks avatar Jun 16 '17 07:06 jppgks

+1

ClaudeSutterlin avatar Jun 22 '17 14:06 ClaudeSutterlin

there is uicollecitonView known issue it might not return correct visible cells array until you layout it's subviews try this

colelction.reloadData() colelction.layoutIfNeeded() Loader.addLoaderTo(colelction)

romaHerman avatar Jun 27 '18 15:06 romaHerman