Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use Control drag in Xcode

Tags:

xcode

I am just starting off with iOS development. I am trying to add action to a button and it is mentioned on apple developer site that "To Control-drag, press and hold the Control key while you drag from the button to the implementation file in the assistant editor pane." But am not able to do this. What is control key? How can i do this? When I try to add control drag, entire button is getting dragged and am not able to see any control-drag arrow. Thanks a lot for your time.

like image 530
Saurabh Hooda Avatar asked Jan 20 '13 00:01

Saurabh Hooda


1 Answers

You can either click and drag with the right mouse button (if you have one), or hold down the Control key while you click and drag with your left (single) mouse button.

By "Control" key, they're referring to the Control key on your keyboard:

enter image description here

like image 195
NSGod Avatar answered Sep 29 '22 21:09

NSGod