Skip to content

Instantly share code, notes, and snippets.

@matrinox
Created March 30, 2014 08:42
Show Gist options
  • Save matrinox/9869717 to your computer and use it in GitHub Desktop.
Save matrinox/9869717 to your computer and use it in GitHub Desktop.
- (id)initWithCoder:(NSCoder *)aDecoder {
if ( self == [super initWithCoder:aDecoder] ) {
self.delegate = self;
}
return self;
}
- (void)tabBarController:(UITabBarController *)tabBarController didSelectViewController:(UIViewController *)viewController {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment