Skip to content

Instantly share code, notes, and snippets.

@ellneal
Created November 25, 2011 15:14
Show Gist options
  • Save ellneal/1393743 to your computer and use it in GitHub Desktop.
Save ellneal/1393743 to your computer and use it in GitHub Desktop.
Create non-retaining NSMutableArray
<#Array Name#> = (NSMutableArray*)CFArrayCreateMutable(NULL, 0, &(const CFArrayCallBacks){0,NULL,NULL,NULL,NULL});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment