I've read that it's possible to connect a UIControl's action to an existing function in a ViewController by ctrl-click-dragging to that existing method.
What I'm expecting it to do is highlight the existing function and then setup the connection to it. However, I've tried a number of times and it doesn't appear to work. It always wants to insert a new one (see screenshot)
I'm using Swift (as you can see) along with Xcode 6.1.1.
Has anybody else experienced this? Could this be a bug with this version of Xcode?
Update: To show that even dragging on the name doesn't help :-(