DenTelezhkin / DTTableViewManager

Protocol-oriented UITableView management, powered by generics and associated types.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TableView doesn't update without animation after reloadData()

DimaMishchenko opened this issue · comments

After 6.1.0 release it doesn't updates after use updateWithoutAnimations block and call reloadData(). Same for the DTCollectionView. Check this please.

This appears to be a bug in DTModelStorage. I pushed 7.0.2 release with a fix. Please try it, and reopen the issue if for some reason it does not work. Thanks for reporting!