ra1028 / DifferenceKit

💻 A fast and flexible O(n) difference algorithm framework for Swift collection.

Home Page:https://ra1028.github.io/DifferenceKit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can I reload a table that is behind on the navigation stack?

brunomunizaf opened this issue · comments

I have a table on screen A that observes a sqlite database and shows contact cells containing photos and nicknames. I push a detail screen B and change this same contact details like nickname and photo. When I perform the change, I see the print from the combine stream (combine)

Expected Behavior

Once I pop screen B, table already got reloaded w/ the updates from the models

Current Behavior

Table didn't get reloaded

The object I was using wasn't hashing that specific property. Closing it...