You may find you are unable to use Ctrl+Drag to create a new outlet from the UIView to the code. This is because Xcode does not recognize certain key combinations remotely. 


However, there is a workaround.


Use the Assistance Editor panel 


You can manually create your outlets by right clicking on box, then dragging from the outlet to the code.


1. Enter the Assistant Editor Panel


2. Right Click the box you want to link with an outlet


3. After right clicking the box you can see the choices. Click and drag from the circles to the piece of code you want to attach to.


4. You can select a different outlet than you initially chose by selecting the dropdown menu for Event


5. You can remove the link by right clicking the box with the outlet and clicking the X to remove the link.