Skip to content

Instantly share code, notes, and snippets.

View theLateWizard's full-sized avatar

David Kessler theLateWizard

View GitHub Profile
@craigmarvelley
craigmarvelley / UISplitViewControllerDelegateService.m
Created September 27, 2014 21:56
Managing separation and collapsing of the new UISplitViewController in iOS 8
#import "UISplitViewControllerDelegateService.h"
#import "NoteViewController.h"
@interface UISplitViewControllerDelegateService () <UISplitViewControllerDelegate>
@end
@implementation UISplitViewControllerDelegateService
- (id)initWithSplitViewController:(UISplitViewController *)controller {