Skip to content

Instantly share code, notes, and snippets.

@sstadelman
Last active August 29, 2015 14:06
Show Gist options
  • Select an option

  • Save sstadelman/829461bd69a22b6bf809 to your computer and use it in GitHub Desktop.

Select an option

Save sstadelman/829461bd69a22b6bf809 to your computer and use it in GitHub Desktop.
Using options parameter for tag
NSDictionary *myTagDictionary = @{@"tag":@"abcd1234"};
SODataRequestParamSingleDefault *request = requestExecution.request;
NSString *myTag = request.options[@"tag"];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment