FunkyNSMutableArraySubclass
@interface FunkyNSMutableArraySubclass : NSMutableArray
This is a subclass of the NSMutableArray class-cluster, overriding the minimum set of getters and setters in order to further subclassing it, customizing the behaviour. This particular class is equivalent of an NSMutableArray, as the implementation uses NSMutableArray for the backing store.
See
Mutable counterpartFunkyNSMutableArraySubclass
-
Converts the current subclass into a basic NSMutableArray
Declaration
Objective-C
- (NSMutableArray *)NSMutableArray;
Swift
func nsMutableArray() -> NSMutableArray!
Return Value
An NSMutableArray copy of the current collection, keeping the same content