Created
November 24, 2010 00:55
-
-
Save uhhuhyeah/712885 to your computer and use it in GitHub Desktop.
How to create an index path
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // {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