I have a method that is being called when a UIButton is clicked. When I create the button I want it to store an NSTimer as an argument.
This is the timer and the cr
You can create subclass of UIButton, add property in this subclass, store your object in this property and get it in action method through sender.