You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It must be possible to update the view models without reloading the table view. When you use a e.g. UISwitch and press it the change must be reflected in the view model but since the switch value has already changed it is not necessary to update reload the cell.
Actual behaviour
On update of view models the table is always reloaded.
The text was updated successfully, but these errors were encountered:
Expected behaviour
It must be possible to update the view models without reloading the table view. When you use a e.g. UISwitch and press it the change must be reflected in the view model but since the switch value has already changed it is not necessary to update reload the cell.
Actual behaviour
On update of view models the table is always reloaded.
The text was updated successfully, but these errors were encountered: