Skip to content

Instantly share code, notes, and snippets.

@grantmiller
Created October 15, 2011 01:00
Show Gist options
  • Save grantmiller/1288813 to your computer and use it in GitHub Desktop.
Save grantmiller/1288813 to your computer and use it in GitHub Desktop.
Look IO Custom Dictionary
[LIOLookIOManager sharedLookIOManager].sessionExtras = [NSDictionary dictionaryWithObjectsAndKeys:@"[email protected]", @"email",
@"John Doe", @"name",
@"1234567890", @"some_id",
nil];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment