Here is some information that you might find useful on how to name various elements of your code, which hopefully will allow greater clarity in
Tag: Interface
Adding Convenience Methods to NSFetchedResultsController via Categories
One really useful feature of Objective-C is the ability to extend an existing class without the need to sub-class via inheritance. This means that existing