FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
NSArray(Deprecated) Category Reference

Deprecated methods of NSArray extensions. More...

#import <NSArray.h>

Instance Methods

(id) - :
 Extreme short form of 'ObjectAtIndex:'. More...
 

Detailed Description

Deprecated methods of NSArray extensions.

Method Documentation

- (id) : (NSUInteger)  __deprecated

Extreme short form of 'ObjectAtIndex:'.

Deprecated:
Use (array)[index] syntax of Modern Objective-C instead of this method.

The documentation for this category was generated from the following file: