countOfCards isn`t cleared after reloadData()
vladyslavshtadler opened this issue · 1 comments
vladyslavshtadler commented
Hi!
I have issue. In some case I need to call reloadData() with empty cards array, but you skipping empty reload inside pod and do clear() without reset countOfCards. After this i need to do insertCardAtIndexRange and always have incorrect indexes because countOfCards has old value and catch assert ;(.
melakamc commented
yes, facing the same issue