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

NSArray and NSMutableArray extension cateogry collections. More...

#import <Foundation/Foundation.h>

Go to the source code of this file.

Classes

category  NSArray(Shortcuts)
 NSArray shortcut methods extension. More...
 
category  NSArray(Creations)
 NSArray creation methods extension with NSData or NSFastEnumeration More...
 
category  NSArray(Rearrange)
 NSArray rearrangement methods extension. More...
 
category  NSArray(NSNumber)
 NSArray shortcut methods for NSNumber. More...
 
category  NSArray(Random)
 Random selection in NSArray objects. More...
 
category  NSMutableArray(Random)
 Random selection in NSMutableArray objects. More...
 
category  NSArray(Deprecated)
 Deprecated methods of NSArray extensions. More...
 
category  NSMutableArray(Deprecated)
 Deprecated methods of NSMutableArray extensions. More...
 

Detailed Description

NSArray and NSMutableArray extension cateogry collections.