Re: Looking for examples of UIScrollView using Core Data

2010-04-17 Thread colo
Thank you Fritz. That actually brought a lot of clarity to the subject. I was not looking for anything concrete just a proper way to view the necessary actions to take. And thank you Luther I'll look over that link again. On Sat, Apr 17, 2010 at 2:02 PM, Fritz Anderson wrote: > On 17 Apr 2010

Re: Looking for examples of UIScrollView using Core Data

2010-04-17 Thread Luther Baker
Try this Core Data tutorial: http://developer.apple.com/iphone/library/documentation/DataManagement/Conceptual/iPhoneCoreData01/Introduction/Introduction.html You likely need to better understand the relationship between a UITableViewController and an NSFetchedResultsController ... -Luther On

Re: Looking for examples of UIScrollView using Core Data

2010-04-17 Thread Fritz Anderson
On 17 Apr 2010, at 12:35 PM, colo wrote: > I have been hacking at the code from the iphone cookbook trying to get > a UIScrollView to fetch Core Data sql. > I checked the archives first and did not find anything. I know that > tableviews work hand in hand with Core Data. > Every tutorial I can fin

Looking for examples of UIScrollView using Core Data

2010-04-17 Thread colo
I have been hacking at the code from the iphone cookbook trying to get a UIScrollView to fetch Core Data sql. I checked the archives first and did not find anything. I know that tableviews work hand in hand with Core Data. Every tutorial I can find verifies this. -coder boy ___