![]() |
iOSKit 1.0
iOS Developer Convenience Toolkit
|
#import </Users/Matthew/iOSDev/iOSKit/Framework/trunk/iOSKit/NestedArray/NSArray+NestedArray.h>
Public Member Functions | |
(id) | - objectAtIndexPath: |
(NSUInteger) | - countOfSection: |
Methods for easily accessing data in nested array methods. Ideal for use with UITableView
- (NSUInteger) countOfSection: | (NSUInteger) | section |
Gets a count of a nested array.
section | The index of the section (array) to be counted |
- (id) objectAtIndexPath: | (NSIndexPath *) | indexPath |
Gets an object from an array nested within the array this is called on. Index path is used to get the correct index.
indexPath | The location of the file required |