couchbaselabs / ToDoLite-iOS

To-Do list sample app for Couchbase Lite, native iOS version
85 stars 41 forks source link

Change Live Query in MasterVC to use vanilla KVO to show an example without CBLUITableSource #48

Closed jamesnocentini closed 9 years ago

jamesnocentini commented 9 years ago

In this View Controller, we show an example of a Live Query and KVO to update the Table View accordingly when data changed. See DetailViewController and ShareViewController for examples of a Live Query used with the CBLUITableSource api.

snej commented 9 years ago

Great idea! It'll be good to have this as an example to point people to when they reach the limits of CBLUITableSource and need to roll their own.

jamesnocentini commented 9 years ago

@snej thanks for the review. Added the -removeObserver.

snej commented 9 years ago

LGTM, thanks!