Skip to content

Instantly share code, notes, and snippets.

@imosquera
Forked from nwg/canLoadEntity.m
Created January 25, 2012 01:54
Show Gist options
  • Save imosquera/1674130 to your computer and use it in GitHub Desktop.
Save imosquera/1674130 to your computer and use it in GitHub Desktop.
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
// ...
[Socialize setEntityLoaderBlock:^(UINavigationController *navigationController, id<SocializeEntity>entity) {
NSLog(@"Add your application entity load object");
}];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment