Skip to content
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.

DATASource — 5.9.1

Compare
Choose a tag to compare
@3lvis 3lvis released this 31 Jul 20:01
· 99 commits to master since this release
  • 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.