hi Guys,
I created a UIButton programmatically and I want to create an action to handle a single tap and double tap for that button.
My question is how can I create this action, should I create separate action methods for this two events of just a single action?
Can you please provide a very basic code for this events?
Thanks a lot.