Demo Request - Observers #65

Closed
opened 2025-12-29 15:23:26 +01:00 by adam · 2 comments
Owner

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

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
adam added the question label 2025-12-29 15:23:26 +01:00
adam closed this issue 2025-12-29 15:23:26 +01:00
Author
Owner

@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".
observers

@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". ![observers](https://cloud.githubusercontent.com/assets/3029684/15766227/405e54c0-2977-11e6-9e7d-f0c68eea281f.gif)
Author
Owner

@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).

@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).
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/CoreStore#65