Skip to content

Instantly share code, notes, and snippets.

@jault3
Created June 25, 2014 16:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jault3/eb1eca0d026666b22dcf to your computer and use it in GitHub Desktop.
Save jault3/eb1eca0d026666b22dcf to your computer and use it in GitHub Desktop.
Catalyze Logout
- (void)logout {
[[CatalyzeUser currentUser] logoutWithBlock:^(int status, NSString *response, NSError *error) {
[self.navigationController popViewControllerAnimated:YES];
}];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment