Skip to content

Instantly share code, notes, and snippets.

View infradust's full-sized avatar

Dan Shelly infradust

View GitHub Profile
@infradust
infradust / gist:7010837
Last active December 25, 2015 17:09
a table view with 2 FRCs as data sources sharing a context and pointing to the same data with different predicates
#import "MasterViewController.h"
#import "DetailViewController.h"
#import "Event.h"
#import "NSManagedObject+utils.h"
@interface MasterViewController ()
{
NSUInteger _updatingTable;