Skip to content

Instantly share code, notes, and snippets.

@emilepetrone
Created October 11, 2011 17:32
Show Gist options
  • Save emilepetrone/1278768 to your computer and use it in GitHub Desktop.
Save emilepetrone/1278768 to your computer and use it in GitHub Desktop.
// delete a record
[client deleteRecord:@"recordID"
inLayer:@"com.simplegeo.example"
callback:[SGCallback callbackWithSuccessBlock:
^(id response) {
// deletion confirmed
} failureBlock:^(NSError *error) {
// deletion failed
}]];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment