Admit it: Objective-C is verbose and finnicky.

So why repeat yourself?

Core Resource leverages awesome existing frameworks and provides deep interaction with web services through conventions and syntactic sugar.

  • Make easy calls to web services with minimal configuration:
    [Note findAll:$D(@"Buster", @"author", @"createdAt DESC", @"$sort")];
  • Automatically store serialized resources locally using Core Data, object relationships intact.
  • Rapidly build high-performance, resource-based table views with CoreTableController:
    [self fetchForRelatedResource:parent withSort:@"lastName ASC"];