|
FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
|
NSArray shortcut methods for NSNumber. More...
#import <NSArray.h>
Instance Methods | |
| (NSInteger) | - integerAtIndex: |
| Returns the integer located at index. More... | |
| (NSUInteger) | - indexOfInteger: |
| Returns the lowest index whose corresponding array value is equal to a given integer. More... | |
NSArray shortcut methods for NSNumber.
| - (NSUInteger) indexOfInteger: | (NSInteger) | value |
Returns the lowest index whose corresponding array value is equal to a given integer.
| value | A value. |
| - (NSInteger) integerAtIndex: | (NSUInteger) | index |
Returns the integer located at index.
| index | An index within the bounds of the array. |