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".
@JohnEstropia commented on GitHub (Jun 3, 2016):
There's a [ListObserver demo](https://github.com/JohnEstropia/CoreStore/blob/master/CoreStoreDemo/CoreStoreDemo/List%20and%20Object%20Observers%20Demo/ListObserverDemoViewController.swift) 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".

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:
> There's aListObserver demo(https://github.com/JohnEstropia/CoreStore/blob/master/CoreStoreDemo/CoreStoreDemo/List%20and%20Object%20Observers%20Demo/ListObserverDemoViewController.swift)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".
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly,view it on GitHub(https://github.com/JohnEstropia/CoreStore/issues/78#issuecomment-223470184), ormute the thread(https://github.com/notifications/unsubscribe/AAvDJIzV-Oqh2QyxaAQArTeF4rNtkJVBks5qH4ZCgaJpZM4ItDHW).
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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: