Skip to content

Instantly share code, notes, and snippets.

@rcoh
Last active December 20, 2015 03:29
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 rcoh/6064206 to your computer and use it in GitHub Desktop.
Save rcoh/6064206 to your computer and use it in GitHub Desktop.
Registering actions for Ink
// Get the UUID for your action from the developer portal
INKAction *store = [INKAction actionWithUUID:@"store-asdfasd-sdfads"];
[Ink registerAction:store withTarget:self selector:@selector(storeBlob:action:error:)];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment