[x] I have searched existing issues and this is not a duplicate
[x] I have attempted to reproduce the issue and include an example project.
General information
IGListKit version:
iOS version(s):
CocoaPods/Carthage version:
Xcode version:
Devices/Simulators affected:
Reproducible in the demo project? (Yes/No):
Related issues:
Debug information
# Please include debug logs using the following lldb command:
po [IGListDebugger dump]
How to call function reloadData immediately?
If I loaded data from cache, I want to render data immediately. But when I had a try ,I found handle data it costed a little time, and then call function reloadData. So it may took about 0.4 second to render collectionview. Is there any solution?
New issue checklist
README
and documentationGeneral information
IGListKit
version:Debug information
How to call function reloadData immediately?
If I loaded data from cache, I want to render data immediately. But when I had a try ,I found handle data it costed a little time, and then call function reloadData. So it may took about 0.4 second to render collectionview. Is there any solution?