Skip to content

Instantly share code, notes, and snippets.

@kunal732
Created August 26, 2013 08:03
Show Gist options
  • Save kunal732/6339045 to your computer and use it in GitHub Desktop.
Save kunal732/6339045 to your computer and use it in GitHub Desktop.
Calling Parse Cloud Module
NSDictionary *params = [NSDictionary dictionaryWithObject:List forKey:@"text"];
[PFCloud callFunctionInBackground:@"emailGrocery" withParameters:params block:^(id object, NSError *error){} ];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment