Skip to content

Instantly share code, notes, and snippets.

@Nub
Created February 29, 2012 18:41
Show Gist options
  • Select an option

  • Save Nub/1943415 to your computer and use it in GitHub Desktop.

Select an option

Save Nub/1943415 to your computer and use it in GitHub Desktop.
//Pass
CGPathApply(path, (__bridge_retained void *)SVGString, SVGApplier);
//Access later in function
NSString* SVGString = (__bridge_transfer NSString*) info;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment