Loader.swift
Loader.swift copied to clipboard
Loader Not Working with Collection Views
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.
+1
+1
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)