I want to be able to schedule three small events in the future without having to write a function for each. How can I do this using NSTimer? I understand block
NSTimer
I have created a category on NSTimer witch makes it possible to use it with blocks.
https://github.com/mBrissman/NSTimer-Block