In my viewDidLoad, I have self.todaySession = (id)[fetchedResultsController objectAtIndexPath:[NSIndexPath indexPathForRow:0 inSect开发者_运维问答ion:0]]; which works fine when it finds this object.Bu
I have a NSFetchResultsController but I need to make sure 开发者_如何转开发it is called before a line in my viewDidLoad is called.
I am having a problem with my ipad app. I\'ve got a view that is accessed in 2 ways, if i go in one way it works perfectly.If I go in through another though, it crashes when saving the context.
I have a problem with saving CoreData. Main 3 things to remember: I\'m using NSFetchResultsController to populate my UITableView with data from CoreData
This time I get a strange behavior with N开发者_如何转开发SFetchedResultsController. I create a fetchRequest like this:
I\'m fetching two kinds of objects in Core Data, some girls and some boys. Each having a size and a born date.
I have a CoreData model that can contain an infinite number of children. And I want to display a list of each object, indented for readability like so
My RootViewController contains a simpl开发者_StackOverflow中文版e table view. Upon selecting one of the entries in the table a DetailViewController is shown with more details on the selected entry. Th
If you look at Matt Gallagher\'s Cocoa With Love blog, he has a brilliant discussion (with sample code) on a fresh a beautiful retake on UITableView ... In the post, he talks about it\'s great many
In a table, I have 3 indexes which calls each a function. In each function, there is an add button that adds data into CoreData. First 2 works, but when i press the 3rd index and press Add , this erro