How to replicate CoreData NSFetchedResultController with plain SQLite?
Posted
by jchatard
on Stack Overflow
See other posts from Stack Overflow
or by jchatard
Published on 2010-05-31T21:19:29Z
Indexed on
2010/05/31
21:23 UTC
Read the original article
Hit count: 263
I would like to replicate the notification sort of system provided with CoreData NSFetchedResultController which with really little enables us to update a tableView based on events such as Insert/Update/Delete of objects represented as Cells.
I'm currently using SQLitePersistentObjects as a Database abstraction layer: http://code.google.com/p/sqlitepersistentobjects/
If you have any idea or something working or at least advices I'd be very happy!
Thank you!
© Stack Overflow or respective owner