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 inde
return [[[self.fetchedResultsController sections] objectAtIndex:section] numberOfObjects];
At least it worked for me