RxSwiftCommunity / RxDataSources

UITableView and UICollectionView Data Sources for RxSwift (sections, animated updates, editing ...)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question about Non-Animated Refresh

michaeIchang opened this issue · comments

I am trying to make a form where the identifier for each item is the question ID. When a user answers a question, I don't update the identifier for the question that was answered, but I do update the answer value. As expected, since I don't update the identifier, there is no animation. But, when I scroll down and scroll back up to the original question, the value is not updated. Are updates only based on the section and item identifiers or is there another way I can trigger a non-animated refresh?