I am working on my first Swift project in Xcode, and I'm having trouble dragging items from the storyboard to the code.
Nothing happens when I try to drag and drop. I am running the latest version of Xcode and using Swift.
The ViewController class , and the ViewController.swift file
I am trying to drag a text box into a class.
source
share