In yesterdays tutorial about how to use the UIPasteboard, I pointed out that UIPasteboard can only store a single item and if you replace a string with a string, the old one gets overwritten, and likewise, if you replace a string with an image, or vice-verse, only the newest is kept.
In this tutorial we are going to create a simple way of storing history of what is in your clipboard/pasteboard.
