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!