Connecting a Sent Event to an Object

I am a new developer and im following a guide which asks me to create a method, and then attatch it to an object in the storyboard. I have correctly created the method in viewcontroller.m and viewcontroller.h, but the option to connect the two doesnt show. The guide is quite old and im wondering if the method of doing this has changed in the latest version of xcode? I have correctly created the method in viewcontroller.m and viewcontroller.h

In the guide, it says to:

"With the cursor over the “Tap Me” button, hold down the Controlkey, then click and drag to anywhere in the green background. You will see a blue line connecting the button to wherever you drag your cursor...When you release the mouse or trackpad button, a little window will pop up. Hey, cool — there’s thebuttonPressed method that was created earlier!"

Source (about half way down the page):

http://www.raywenderlich.com/25561/learn-to-code-ios-apps-3-your-first-app

Some help would be much appreciated! (sorry if any of the terms i have used are incorrect i am really new)

Thanks!

Hello rohaldb,


In order for this to work, you must not be zoomed out to 100% of canvas zoom level. E.g., if your right-mouse context menu shows that your canvas display is at 100% zoom level, change it to e.g. 50%, so that instead of allowing access to Autolayout, it allows access to the object-to-code linking features.


Hope this helps,

Jacob

Connecting a Sent Event to an Object
 
 
Q