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

Random selection in NSMutableArray objects. More...

#import <NSArray.h>

Instance Methods

(id) - removeRandomObject
 Removes a random object in the array. More...
 
(void) - shuffle
 Shuffle. More...
 

Detailed Description

Random selection in NSMutableArray objects.

Method Documentation

- (id) removeRandomObject

Removes a random object in the array.

- (void) shuffle

Shuffle.


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