Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Alternate to control+drag to connect view element with file owner in xCode interface builder?

Working on an iPhone application through a TightVNC connection into a Mac Mini; the control+drag operation in Interface Builder to connect a view element to file owner doesn't work - I don't see the connecting line.

It does work when I connect keyboard, mouse and monitor to the Mini and work on it directly, however it is a lot more convenient for me to run it through a VNC connection. Must be some quirk of the TightVNC connection that is preventing this. I tried different TightVNC settings for the cursor (let server handle it and so on) but no luck.

Is there an alternative to control+drag to hook up outlets?

like image 907
dr3x Avatar asked Apr 27 '10 22:04

dr3x


People also ask

What is @IBOutlet?

In the case of @IBOutlet , this is a connection from an Interface Builder user interface component – e.g. a UIButton – to a property in a view controller or other piece of Swift code.


1 Answers

You can try right-clicking by holding Control and clicking the element (depending on the keyboard settings, it might be Command click instead), this will show a popup, and then you can drag the circle on the right hand side of the property you want to link up.

like image 114
Senseful Avatar answered Nov 10 '22 01:11

Senseful