I am very new to iOS programming.
This is my question:
I want to connect a new object to an existing IBAction method. For example, I want the buttons to perform the same function.
But when I "control-drag" it, he will always ask me to insert as a new method. How can I add to an existing, and not create a new one?
Snapshot in Xcode 
source share