This repository has been archived by the owner on Nov 24, 2021. It is now read-only.
DATASource — 5.9.1
- Fix issue with loading out of bounds section #80
Right now the cached sections only get reloaded when a new section gets inserted, but if the section gets inserted using reloadData
then DATASource doesn't know that the cached sections should be reloaded. We fix this issue by reloading cached sections when an out of bounds section is found. Although, ideally, this should also be reloaded when doing reloadData
.