NSMutableArray(QueueAdditions) Category Reference
Declared in | NSMutableArray+QueueAdditions.h NSMutableArray+QueueAdditions.m |
Overview
This category is based on the Stackoverflow answer given here. I tweaked a few things, but cannot take credit for all of it.
Tasks
Usage Methods
-
– dequeue
Removes and returns the first item in the queue.
-
– enqueue:
Adds a new item to the end of the queue