I’ve combed through SO, the Google group, and the blog-o-sphere trying to find an example of how to get the Three20 library to work with Core Data, and have not found much to speak of.
Does anyone here know where I could find a simple tutorial (or be willing to post one) on how to work with Core Data entities and Three20? Maybe something like:
I have an Core Data entity called Book which has the String attributes title and description. How would I create a simple app that would open with a table view showing a listing of all books, and when a row is touched push a view onto the nav controller that displays the selected book object’s attributes? (just an idea — anything that shows how to work with Core Data / Three20 would be much appreciated)
Thanks!
There is now a branch of three20 – CoreDataSupport – that supports using a NSFetchedResultsController. There you will find a NSFetchedResultsDataSource.