mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-11 20:00:30 +01:00
Demo Request - Observers #65
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @wm-j-ray on GitHub (Jun 3, 2016).
John,
Do you have any sample code that illustrates deleting and (maybe) reordering tableViews
@JohnEstropia commented on GitHub (Jun 3, 2016):
There's a ListObserver demo in the Demo App.
It handles inserts, deletes, updates, and moves. To simulate a "move", open the detail page for a color and drag the "hue" slider, which causes the cell in the UITableView to "move".

@wm-j-ray commented on GitHub (Jun 3, 2016):
Thanks John,
I've been looking at that demo and trying to get my head around it. I'll keep plugging along.
On Jun 2, 2016, 9:41 PM -0400, John Estropianotifications@github.com, wrote: