Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 340 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 340 Bytes

fmTimer

NSTimer drop-in alternative that doesn't retain the target

This class was to have a type of timer that objects could own and retain, without this creating a retain cycle ( like NSTimer causes, since it retains its target ). This way you can just release the timer in the -dealloc method of the object class that owns the timer.