Skip to content

Instantly share code, notes, and snippets.

@uhhuhyeah
Created November 24, 2010 00:55
Show Gist options
  • Save uhhuhyeah/712885 to your computer and use it in GitHub Desktop.
Save uhhuhyeah/712885 to your computer and use it in GitHub Desktop.
How to create an index path
// {section index, row index}
unsigned indexes[2] = {0,0};
NSIndexPath *ip = [[[NSIndexPath alloc] initWithIndexes:indexes length:2] autorelease];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment